فهرست منبع

Add `status: waiting-for-triage` to issue templates

Rob Winch 5 سال پیش
والد
کامیت
27b711a0a9
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 1 1
      .github/ISSUE_TEMPLATE/feature_request.md

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

@@ -2,7 +2,7 @@
 name: Bug report
 about: Create a report to help us improve
 title: ''
-labels: 'type: bug'
+labels: 'status: waiting-for-triage, type: bug'
 assignees: ''
 
 ---

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

@@ -2,7 +2,7 @@
 name: Feature request
 about: Suggest an idea for this project
 title: ''
-labels: 'type: enhancement'
+labels: 'status: waiting-for-triage, type: enhancement'
 assignees: ''
 
 ---