Browse Source

add labels to template

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 years ago
parent
commit
d0ed64f977
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: Create a report to help us improve
+labels: bug
 
 ---
 

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

@@ -1,6 +1,7 @@
 ---
 name: Feature request
 about: Suggest an idea for this project
+labels: enhancement
 
 ---