Przeglądaj źródła

Add needs-triage label and checklist template

Signed-off-by: Vincent <[email protected]>
Vincent 2 lat temu
rodzic
commit
45098579b5
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      .github/ISSUE_TEMPLATE/roadmap-item.md

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

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