Преглед на файлове

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: ''