Browse Source

Merge pull request #3344 from nextcloud/addLabelsToTemplate

Add labels to template
Tobias Kaminsky 6 years ago
parent
commit
b6efa6c8b6
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
 
 ---