Skip to content

Commit 52d15ac

Browse files
committed
Update Bug, Feature Request, and PR templates a bit
1 parent fbec9ba commit 52d15ac

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,23 @@ Steps to reproduce the behavior:
2424

2525
A clear and concise description of what you expected to happen.
2626

27+
### Logs or error messages
28+
29+
Any error messages or logs that might help us understand the problem.
30+
2731
### Screenshots
2832

29-
If applicable, add screenshots or video to help explain your problem.
33+
If applicable, add screenshots or video to help explain the problem.
3034

3135
### System information
3236

37+
Information about the system you are using where the bug occurred.
38+
3339
- Device: (e.g. PC, iPhone6)
34-
- OS: (e.g. Windows 10, iOS)
35-
- Browser (e.g. Chrome, Safari)
36-
- Version (e.g. 22)
40+
- OS and version: (e.g. Windows 10, iOS 12.3.1)
41+
- Browser and version: (e.g. Chrome 121.0.6167.140, Safari 12.1.2)
42+
- Application version: (e.g. 1.0.6)
3743

38-
### Additional context
44+
### Additional information
3945

40-
Add any other context or information about the problem here.
46+
Add any other context or information about the problem or how to reproduce it.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ assignees: ''
99

1010
### Is your feature request related to a problem? Please describe
1111

12-
A clear and concise description of what the problem is. Ex. I'm always frustrated when '...'. Ex. I want to be able to '...'.
12+
A clear and concise description of what the problem is.
13+
Ex. I'm always frustrated when '...'.
14+
Ex. I want to be able to '...'.
1315

1416
### Describe the solution you'd like
1517

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Addresses issue #ISSUE_NUMBER (if applicable)
1717
- [ ] New feature (non-breaking change which adds functionality)
1818
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1919

20-
### Describe the change
20+
### Describe the change in more detail
2121

2222
What is the motivation for this change? What does it do? What problem does it solve?
2323

0 commit comments

Comments
 (0)