소스 검색

cicd: Labels on issue templates [skip ci]

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

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

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

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

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

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

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