소스 검색

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

…if they are reported as a feature request, of course.
master
rugk 4 년 전
부모
커밋
efce5a831b
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      .github/ISSUE_TEMPLATE/2-feature-request.md

+ 3
- 1
.github/ISSUE_TEMPLATE/2-feature-request.md 파일 보기

@@ -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…
취소
저장