Explorar el Código

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

…if they are reported as a feature request, of course.
j8
rugk hace 4 años
padre
commit
efce5a831b
No account linked to committer's email address
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      .github/ISSUE_TEMPLATE/2-feature-request.md

+ 3
- 1
.github/ISSUE_TEMPLATE/2-feature-request.md Ver fichero

@@ -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…
Cancelar
Guardar