Browse Source

meta: Don't use triage label (#4552)

Don't use triage label
Artur Paikin 1 năm trước cách đây
mục cha
commit
679c9d1fbc
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .github/ISSUE_TEMPLATE/1-bug.yml
  2. 1 1
      .github/ISSUE_TEMPLATE/2-feature.yml

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

@@ -1,5 +1,5 @@
 name: 🐛 Bug report
-labels: Bug, Triage
+labels: Bug
 description: Describe a bug with a project
 body:
   - type: checkboxes

+ 1 - 1
.github/ISSUE_TEMPLATE/2-feature.yml

@@ -1,5 +1,5 @@
 name: 🚀 Feature request
-labels: Feature, Triage
+labels: Feature
 description: Suggest an idea
 body:
   - type: checkboxes