From 56d698de61e7b5b4b6045d748e17af2d42b8b8da Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 30 Aug 2022 15:00:42 +0100 Subject: [PATCH] Separate the general issue template into community / core (#27469) --- .../{0-general.md => 0-community.md} | 8 +++++--- .github/ISSUE_TEMPLATE/1-core-contributor.md | 15 +++++++++++++++ .../{1-feature-gate.yml => 2-feature-gate.yml} | 0 3 files changed, 20 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{0-general.md => 0-community.md} (77%) create mode 100644 .github/ISSUE_TEMPLATE/1-core-contributor.md rename .github/ISSUE_TEMPLATE/{1-feature-gate.yml => 2-feature-gate.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/0-general.md b/.github/ISSUE_TEMPLATE/0-community.md similarity index 77% rename from .github/ISSUE_TEMPLATE/0-general.md rename to .github/ISSUE_TEMPLATE/0-community.md index a16087d674..3b0c424255 100644 --- a/.github/ISSUE_TEMPLATE/0-general.md +++ b/.github/ISSUE_TEMPLATE/0-community.md @@ -1,13 +1,15 @@ --- -name: General Issue +name: Community Issue about: Create a report describing a problem and a proposed solution title: '' -assignees: '' +labels: ["community"] +assignees: + - @solana-labs/community-issue-subscribers --- #### Problem + +#### Proposed Solution diff --git a/.github/ISSUE_TEMPLATE/1-feature-gate.yml b/.github/ISSUE_TEMPLATE/2-feature-gate.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/1-feature-gate.yml rename to .github/ISSUE_TEMPLATE/2-feature-gate.yml