Răsfoiți Sursa

chore: add auto labels for issue-template

Steve Johnson 2 ani în urmă
părinte
comite
fbf1aee8a7

+ 1 - 0
.github/ISSUE_TEMPLATE/01-bug-report-en.yml

@@ -1,6 +1,7 @@
 name: "[English] Bug Report"
 name: "[English] Bug Report"
 description: "Create a report to help us debug bugs"
 description: "Create a report to help us debug bugs"
 title: "[BUG] "
 title: "[BUG] "
+labels: ["bug"]
 body:
 body:
   - type: markdown
   - type: markdown
     attributes:
     attributes:

+ 1 - 0
.github/ISSUE_TEMPLATE/02-feature-request-en.yml

@@ -1,6 +1,7 @@
 name: "[English] Feature Request"
 name: "[English] Feature Request"
 description: "Create a report to help us improve"
 description: "Create a report to help us improve"
 title: "[Feature Request] "
 title: "[Feature Request] "
+labels: ["enhancement"]
 body:
 body:
   - type: markdown
   - type: markdown
     attributes:
     attributes:

+ 1 - 0
.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml

@@ -1,6 +1,7 @@
 name: "[简体中文] 错误报告"
 name: "[简体中文] 错误报告"
 description: "创建错误报告以帮助我们修正应用"
 description: "创建错误报告以帮助我们修正应用"
 title: "[BUG] "
 title: "[BUG] "
+labels: ["bug"]
 body:
 body:
   - type: markdown
   - type: markdown
     attributes:
     attributes:

+ 1 - 0
.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml

@@ -1,6 +1,7 @@
 name: "[简体中文] 功能请求"
 name: "[简体中文] 功能请求"
 description: "您希望的能够在应用中增加功能"
 description: "您希望的能够在应用中增加功能"
 title: "[Feature Request] "
 title: "[Feature Request] "
+labels: ["enhancement"]
 body:
 body:
   - type: markdown
   - type: markdown
     attributes:
     attributes: