Browse Source
Merge pull request #3716 from luixxiul/patch-1
Add labels to issue templates
pull/3717/head
Slavi Pantaleev
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
3 deletions
-
.github/ISSUE_TEMPLATE/bug_report.md
-
.github/ISSUE_TEMPLATE/feature_request.md
-
.github/ISSUE_TEMPLATE/i-need-help.md
|
|
@@ -2,7 +2,7 @@ |
|
|
name: Bug report |
|
|
name: Bug report |
|
|
about: Create a report to help us improve |
|
|
about: Create a report to help us improve |
|
|
title: '' |
|
|
title: '' |
|
|
labels: '' |
|
|
|
|
|
|
|
|
labels: bug |
|
|
assignees: '' |
|
|
assignees: '' |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
@@ -2,7 +2,7 @@ |
|
|
name: Feature request |
|
|
name: Feature request |
|
|
about: Suggest an idea for this project |
|
|
about: Suggest an idea for this project |
|
|
title: '' |
|
|
title: '' |
|
|
labels: '' |
|
|
|
|
|
|
|
|
labels: suggestion |
|
|
assignees: '' |
|
|
assignees: '' |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
@@ -2,7 +2,7 @@ |
|
|
name: I need help |
|
|
name: I need help |
|
|
about: Get support from our community |
|
|
about: Get support from our community |
|
|
title: '' |
|
|
title: '' |
|
|
labels: '' |
|
|
|
|
|
|
|
|
labels: question |
|
|
assignees: '' |
|
|
assignees: '' |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|