Skip to content

Commit 4e4c946

Browse files
committed
Improve issue templates
1 parent 3e06b61 commit 4e4c946

File tree

5 files changed

+110
-58
lines changed

5 files changed

+110
-58
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
body:
4+
- type: textarea
5+
attributes:
6+
label: Bug description
7+
description: >
8+
A clear and concise description of what the bug is.
9+
validations:
10+
required: true
11+
12+
- type: textarea
13+
attributes:
14+
label: Steps to reproduce
15+
description: >
16+
Steps to reproduce the behavior:
17+
1. Go to '...'
18+
2. Click on '...'
19+
3. Scroll down to '...'
20+
4. See error
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
attributes:
26+
label: Expected behavior
27+
description: >
28+
A clear and concise description of what you expected to happen.
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
attributes:
34+
label: Screenshots
35+
description: >
36+
If applicable, add screenshots to help explain your problem.
37+
validations:
38+
required: false
39+
40+
- type: textarea
41+
attributes:
42+
label: Info
43+
description: >
44+
- Browser [e.g. chrome, safari]
45+
- Device (if mobile): [e.g. iPhone6]
46+
- Build info from `Settings` -> `About`
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
attributes:
52+
label: Additional context
53+
description: >
54+
Add any other context about the problem here.
55+
validations:
56+
required: false
57+
58+
- type: markdown
59+
attributes:
60+
value: >
61+
Thanks for contributing!

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature request
2+
description: Suggest an idea or improvement for this project
3+
body:
4+
- type: textarea
5+
attributes:
6+
label: Problem
7+
description: >
8+
A clear and concise description of what the problem is.
9+
Example: I'm always frustrated when [...]
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
attributes:
15+
label: Solution
16+
description: >
17+
A clear and concise description of what you want to happen.
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
attributes:
23+
label: Alternatives
24+
description: >
25+
A clear and concise description of any alternative solutions or features you've considered.
26+
validations:
27+
required: false
28+
29+
- type: textarea
30+
attributes:
31+
label: Additional context
32+
description: >
33+
Add any other context or screenshots about the feature request here.
34+
validations:
35+
required: false
36+
37+
- type: markdown
38+
attributes:
39+
value: >
40+
Thanks for contributing!

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ body:
99
A clear and concise description of the question or issue
1010
validations:
1111
required: true
12+
- type: textarea
13+
attributes:
14+
label: Info
15+
description: >
16+
- Browser [e.g. chrome, safari]
17+
- Device (if mobile): [e.g. iPhone6]
18+
- Build info from `Settings` -> `About`
19+
validations:
20+
required: true
1221
- type: markdown
1322
attributes:
1423
value: >

0 commit comments

Comments
 (0)