Răsfoiți Sursa

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 2 ani în urmă
părinte
comite
643a4407e2
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  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.