From 9260c8fa67bbe0b95d9ddf102393e3017491c48d Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 4 Nov 2024 08:23:02 -0500 Subject: [PATCH] Move "Add New GCN Notice Producer" to org scope According to https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file#about-default-community-health-files: > If a repository has any files in its own .github/ISSUE_TEMPLATE folder, including issue templates or a config.yml file, none of the contents of the default .github/ISSUE_TEMPLATE folder will be used. See https://github.com/nasa-gcn/gcn.nasa.gov/issues/2658. --- .github/ISSUE_TEMPLATE/producer-onboarding.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/producer-onboarding.md diff --git a/.github/ISSUE_TEMPLATE/producer-onboarding.md b/.github/ISSUE_TEMPLATE/producer-onboarding.md new file mode 100644 index 0000000..4c84d5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/producer-onboarding.md @@ -0,0 +1,27 @@ +--- +name: Add New GCN Notice Producer +about: Checklist to add a new producer of GCN Notices +labels: new-producer +--- + + + +# Description + +Steps for onboarding new notices from the #### mission/observatory/instrument. +Documentation: https://gcn.nasa.gov/docs/notices/producers +Unified Schema: https://gcn.nasa.gov/docs/notices/schema + +# Acceptance criteria + +- [ ] create topics/acls +- [ ] JSON schema +- [ ] mission page +- [ ] add to quickstart +- [ ] announcement + +# Mission contact people