Ver código fonte

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

…if they are reported as a feature request, of course.
master
rugk 5 anos atrás
pai
commit
efce5a831b
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      .github/ISSUE_TEMPLATE/2-feature-request.md

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

@@ -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
 <!--

Carregando…
Cancelar
Salvar