소스 검색

doc: Switch to issue types

jamesread 8 달 전
부모
커밋
3dfbbcc770
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 1 1
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 1 1
      .github/ISSUE_TEMPLATE/support_request.md

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,8 +2,8 @@
 name: Bug report
 about: Create a report to help us improve
 title: ""
+type: bug
 labels:
-  - "type: bug"
   - "waiting-on-developer"
 assignees: ''
 

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -2,8 +2,8 @@
 name: Feature request
 about: Suggest an idea for this project
 title: ''
+type: feature
 labels:
-  - "type: feature-request"
   - "waiting-on-developer"
 assignees: ''
 

+ 1 - 1
.github/ISSUE_TEMPLATE/support_request.md

@@ -2,8 +2,8 @@
 name: Support request
 about: Need some help? Got an error message?
 title: ""
+type: support
 labels:
-  - "type: support"
   - "waiting-on-developer"
 assignees: ''