Browse Source

Separate the general issue template into community / core (#27469)

Justin Starry 3 years ago
parent
commit
56d698de61

+ 5 - 3
.github/ISSUE_TEMPLATE/0-general.md → .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
 about: Create a report describing a problem and a proposed solution
 title: ''
 title: ''
-assignees: ''
+labels: ["community"]
+assignees:
+  - @solana-labs/community-issue-subscribers
 ---
 ---
 
 
 #### Problem
 #### Problem
 <!--
 <!--
-  The GitHub issue tracker exists to track issues 
+  The GitHub issue tracker exists to track issues
   that affect the development of Solana itself.
   that affect the development of Solana itself.
 
 
   If you need technical support using Solana, building
   If you need technical support using Solana, building

+ 15 - 0
.github/ISSUE_TEMPLATE/1-core-contributor.md

@@ -0,0 +1,15 @@
+---
+name: Core Contributor Issue
+about: Create a report describing a problem and a proposed solution
+title: ''
+assignees: ''
+---
+
+#### Problem
+<!--
+  This template should only be used by core contributors. If you
+  are not a core contributor, please use the "Community Issue" template
+  to ensure that your issue can be triaged appropriately.
+-->
+
+#### Proposed Solution

+ 0 - 0
.github/ISSUE_TEMPLATE/1-feature-gate.yml → .github/ISSUE_TEMPLATE/2-feature-gate.yml