Skip to content

Commit 2c29673

Browse files
authored
chore: update issue templates
1 parent 62bf796 commit 2c29673

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: "[BUG]"
5-
labels: ''
5+
labels: Bug
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
4+
title: "[FEAT REQ]"
5+
labels: Feature Request
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: Feel free to add any relevant information
4+
title: ''
5+
labels: Question
6+
assignees: ''
7+
8+
---
9+
10+
If this is a bug or a Feature request reported using this template, we will close this issue, for those, please use the correct template.
11+
12+
This will be handled as a Question.

0 commit comments

Comments
 (0)