Browse Source

Add labels to issue templates

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl 5 years ago
parent
commit
f56e7c9afd
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/ISSUE_TEMPLATE/Bug_report.md
  2. 1 0
      .github/ISSUE_TEMPLATE/Feature_request.md

+ 1 - 0
.github/ISSUE_TEMPLATE/Bug_report.md

@@ -1,6 +1,7 @@
 ---
 name: Bug report
 about: Help us improving by reporting a bug
+labels: bug, 0. Needs triage
 ---
 
 <!--

+ 1 - 0
.github/ISSUE_TEMPLATE/Feature_request.md

@@ -1,6 +1,7 @@
 ---
 name: Feature request
 about: Suggest an idea for this project
+labels: enhancement, 0. Needs triage
 ---
 
 <!--