Skip to content

Commit f6e95f7

Browse files
committed
Update issue templates
1 parent 77d044a commit f6e95f7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
description: Create a bug report
4-
title: "[Bug]: "
4+
title: "[Bug] "
55
labels:
66
- bug
77
assignees:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
description: Suggest a new feature for this project.
4-
title: "[Feature]: "
4+
title: "[Feature] "
55
labels:
66
- enhancement
77
assignees:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Question
3+
description: Ask a question.
4+
title: "[Question] "
5+
labels:
6+
- question
7+
assignees:
8+
- thomasleplus
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Thanks for taking the time to fill out this feature request!
14+
- type: textarea
15+
attributes:
16+
label: What is your question?
17+
description: Please include as many details and examples as possible.
18+
render: markdown
19+
validations:
20+
required: true

0 commit comments

Comments
 (0)