Quellcode durchsuchen

Update .github/ISSUE_TEMPLATE

Kentaro Wada vor 3 Jahren
Ursprung
Commit
f8097a4b19

+ 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: ''
 
 ---