Skip to content

Commit de4a68b

Browse files
authored
base: refine issue templates. (#580)
1 parent 3caae82 commit de4a68b

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,23 @@ 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.
20-
21-
**Screenshots** If applicable, add screenshots to help explain your problem.
22-
23-
**Desktop (please complete the following information):**
24-
25-
- OS: [e.g. iOS]
26-
- Browser [e.g. chrome, safari]
27-
- Version [e.g. 22]
22+
## Expected behavior
2823

29-
**Smartphone (please complete the following information):**
24+
A clear and concise description of what you expected to happen.
3025

31-
- Device: [e.g. iPhone6]
32-
- OS: [e.g. iOS8.1]
33-
- Browser [e.g. stock browser, safari]
34-
- Version [e.g. 22]
26+
## Additional context
3527

36-
**Additional context** Add any other context about the problem here.
28+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ 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
12+
frustrated when [...]
1413

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

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

0 commit comments

Comments
 (0)