diff --git a/README.md b/README.md index c84213d..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,20 +1 @@ -# .github — organisation defaults for mixOmics Pro -This special repository holds **organisation-wide default community-health files**. -GitHub applies anything here to every repo in the `mixomics-pro` org that does not -provide its own copy. Create it as a repository named exactly **`.github`** under the -org, and push these contents. - -## What's here - -- `.github/ISSUE_TEMPLATE/bug_report.yml` — structured bug report (issue form). -- `.github/ISSUE_TEMPLATE/task.yml` — structured task/feature/chore. -- `.github/ISSUE_TEMPLATE/config.yml` — disables blank issues, so every issue uses a - template. This is what makes a contributor (or their AI assistant) follow the form. - -## Notes - -- A repo can still override these by adding its own `.github/ISSUE_TEMPLATE/`. -- Pull-request templates already live in each code repo, so no org-default PR - template is set here (an org default would only apply to repos lacking their own). -- Keep it name-neutral and professional — this is public within the org's history.