From bda2099c67fdbbb2c8bb0aedc9f1bbd6484a2654 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 24 Aug 2026 16:47:22 +1000 Subject: [PATCH] Delete organization defaults section from README Removed organization defaults information for mixOmics Pro. Signed-off-by: Mike --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) 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.