소스 검색

chore: Modify `title` and `labels`

Rubu Jam 1 년 전
부모
커밋
a0290b0c1b

+ 1 - 1
.github/ISSUE_TEMPLATE/1_bug_report.yml

@@ -1,7 +1,7 @@
 name: '🐛 Bug Report'
 description: 'Report an bug'
 title: '[Bug] '
-labels: ['🐛 Bug']
+labels: ['bug']
 body:
   - type: dropdown
     attributes:

+ 1 - 1
.github/ISSUE_TEMPLATE/1_bug_report_cn.yml

@@ -1,7 +1,7 @@
 name: '🐛 反馈缺陷'
 description: '反馈一个问题/缺陷'
 title: '[Bug] '
-labels: ['🐛 Bug']
+labels: ['bug']
 body:
   - type: dropdown
     attributes:

+ 2 - 2
.github/ISSUE_TEMPLATE/2_feature_request.yml

@@ -1,7 +1,7 @@
 name: '🌠 Feature Request'
 description: 'Suggest an idea'
-title: '[Request] '
-labels: ['🌠 Feature Request']
+title: '[Feature Request] '
+labels: ['enhancement']
 body:
   - type: textarea
     attributes:

+ 2 - 2
.github/ISSUE_TEMPLATE/2_feature_request_cn.yml

@@ -1,7 +1,7 @@
 name: '🌠 功能需求'
 description: '提出需求或建议'
-title: '[Request] '
-labels: ['🌠 Feature Request']
+title: '[Feature Request] '
+labels: ['enhancement']
 body:
   - type: textarea
     attributes: