فهرست منبع

Update .github/ISSUE_TEMPLATE

Kentaro Wada 3 سال پیش
والد
کامیت
f8097a4b19
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 1 1
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 1 1
      .github/ISSUE_TEMPLATE/question.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: "[BUG]"
-labels: bug?
+labels: 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: "[Feature]"
-labels: feature
+labels: enhancement
 assignees: ''
 
 ---

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

@@ -2,7 +2,7 @@
 name: Question
 about: Ask a question about this project
 title: "[Question]"
-labels: question
+labels:
 assignees: ''
 
 ---