Browse Source

feat(misc) automatically assign feature-request tag to issues

…if they are reported as a feature request, of course.
master
rugk 4 years ago
parent
commit
efce5a831b
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .github/ISSUE_TEMPLATE/2-feature-request.md

+ 3
- 1
.github/ISSUE_TEMPLATE/2-feature-request.md View File

@@ -1,7 +1,9 @@
1 1
 ---
2 2
 name: "Feature request"
3 3
 about: Suggest an idea for this project
4
-
4
+title: ''
5
+labels: 'feature-request'
6
+assignees: ''
5 7
 ---
6 8
 
7 9
 <!--

Loading…
Cancel
Save