Skip to content

Commit 4d23431

Browse files
committed
issue templates
1 parent 501d8da commit 4d23431

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: 🐛 Bug report
2+
description: Create a report to help us improve
3+
labels: bug
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
11+
- type: textarea
12+
id: describe-bug
13+
attributes:
14+
label: Describe the bug
15+
description: A clear and concise description of what the bug is.
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: reproduction-steps
21+
attributes:
22+
label: Reproduction steps
23+
description: Steps to reproduce the behavior
24+
value: |
25+
1.
26+
2.
27+
3.
28+
...
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: expected-behavior
34+
attributes:
35+
label: Expected behavior
36+
description: A clear and concise description of what you expected to happen.
37+
validations:
38+
required: true
39+
40+
- type: textarea
41+
id: additional-context
42+
attributes:
43+
label: Additional context
44+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: 🚀 Feature request
2+
description: Suggest an idea for this project
3+
labels: enhancement
4+
5+
body:
6+
- type: textarea
7+
id: describe-problem
8+
attributes:
9+
label: Is your feature request related to a problem? Please describe.
10+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: describe-solution
16+
attributes:
17+
label: Describe the solution you'd like
18+
description: A clear and concise description of what you want to happen.
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: describe-alternatives
24+
attributes:
25+
label: Describe alternatives you've considered
26+
description: A clear and concise description of any alternative solutions or features you've considered.
27+
validations:
28+
required: false
29+
30+
- type: textarea
31+
id: additional-context
32+
attributes:
33+
label: Additional context
34+
description: Add any other context or screenshots about the feature request here.
35+
validations:
36+
required: false

0 commit comments

Comments
 (0)