Skip to content

Commit 9e1082f

Browse files
author
Vianpyro
committed
Improve issue templates for clarity and consistency
1 parent 33ea644 commit 9e1082f

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,41 @@ labels: ''
66
assignees: ''
77
---
88

9-
**Describe the bug** A clear and concise description of what the bug is.
9+
## Describe the bug
1010

11-
**To Reproduce** Steps to reproduce the behavior:
11+
- A clear and concise description of what the bug is.
12+
13+
## To Reproduce
14+
15+
- Steps to reproduce the behavior:
1216

1317
1. Go to '...'
1418
2. Click on '....'
1519
3. Scroll down to '....'
1620
4. See error
1721

18-
**Expected behavior** A clear and concise description of what you expected to
19-
happen.
22+
## Expected behavior
23+
24+
- A clear and concise description of what you expected to
25+
happen.
2026

21-
**Screenshots** If applicable, add screenshots to help explain your problem.
27+
## Screenshots
2228

23-
**Desktop (please complete the following information):**
29+
- If applicable, add screenshots to help explain your problem.
30+
31+
## Desktop (please complete the following information)
2432

2533
- OS: [e.g. iOS]
2634
- Browser [e.g. chrome, safari]
2735
- Version [e.g. 22]
2836

29-
**Mobile (please complete the following information):**
37+
## Mobile (please complete the following information)
3038

3139
- Device: [e.g. iPhone6]
3240
- OS: [e.g. iOS8.1]
3341
- Browser [e.g. stock browser, safari]
3442
- Version [e.g. 22]
3543

36-
**Additional context** Add any other context about the problem here.
44+
## Additional context
45+
46+
- Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ labels: ''
66
assignees: ''
77
---
88

9-
**Is your feature request related to a problem? Please describe.** A clear and
10-
concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
## Is your feature request related to a problem? Please describe.
1110

12-
**Describe the solution you'd like** A clear and concise description of what you
13-
want to happen.
11+
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1412

15-
**Describe alternatives you've considered** A clear and concise description of
16-
any alternative solutions or features you've considered.
13+
## Describe the solution you'd like
1714

18-
**Additional context** Add any other context or screenshots about the feature
19-
request here.
15+
- A clear and concise description of what you want to happen.
16+
17+
## Describe alternatives you've considered
18+
19+
- A clear and concise description of any alternative solutions or features you've considered.
20+
21+
## Additional context
22+
23+
- Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)