Quellcode durchsuchen

Add needs-triage and checklist as a reference

1. Add a needs-triage label if the roadmap item needs to be triaged. If it's already triaged, then you can remove it.
2. Add a checklist as a reference so the maintainer what use the suggested format to link respective tasks. 

Signed-off-by: Vincent <[email protected]>
Vincent vor 2 Jahren
Ursprung
Commit
a9992e8a43
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      .github/ISSUE_TEMPLATE/roadmap-item.md

+ 3 - 1
.github/ISSUE_TEMPLATE/roadmap-item.md

@@ -2,7 +2,7 @@
 name: 'Roadmap Item'
 name: 'Roadmap Item'
 about: Create roadmap item for this project
 about: Create roadmap item for this project
 title: Roadmap Item =description=
 title: Roadmap Item =description=
-labels: kind/roadmap
+labels: kind/roadmap, needs-triage
 assignees: ''
 assignees: ''
 
 
 ---
 ---
@@ -26,6 +26,8 @@ Single paragraph explanation of the roadmap item
 
 
 ### Tasks
 ### Tasks
 What tasks are necessary to complete the roadmap item?
 What tasks are necessary to complete the roadmap item?
+- [ ] _GitHub issue 1 link_
+- [ ] _GitHub issue 2 link and so on._
 
 
 ### Related Links
 ### Related Links
 Link to additional informaton such as RFC related to the roadmap item.
 Link to additional informaton such as RFC related to the roadmap item.