Skip to content

Commit 57f318d

Browse files
committed
templates: Improve GitHub issue templates.
1 parent 8e91fde commit 57f318d

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/01_crash.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ How can you reproduce the bug?
2323
2424
```
2525

26+
### Frequency of occurrence
27+
<!-- Does this happen every time, or only occasionally? -->
28+
2629
### How are you running the application?
2730
Please include as many of the following as possible:
2831
- **Zulip-terminal version:**

.github/ISSUE_TEMPLATE/02_bug.md

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ Please include as many of the following as possible:
3434
If possible, please provide details from the `About` menu: (hotkey: Meta + ?)
3535
(this can provide some of the details above)
3636

37+
### Logs or additional context
38+
<!-- Include any logs, screenshots, or other context to help diagnose the issue. -->
39+

.github/ISSUE_TEMPLATE/03_parity.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ If you know:
2020
(see https://zulip.com/api/changelog)
2121

2222

23+
### Impact on user experience
24+
<!-- How does the absence of this feature affect users? -->
25+
26+
2327
### Other details
2428

2529

.github/ISSUE_TEMPLATE/04_platform.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ NOTE: If your proposed feature:
1717

1818
<!-- If discussed in #zulip-terminal or another channel on chat.zulip.org, paste link below: -->
1919

20+
### Potential challenges or limitations
21+
<!-- Are there any edge cases, constraints, or limitations to consider? -->
22+

.github/pull_request_template.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<!-- Do you not understand something? Are you unsure about a certain approach? Want feedback? -->
99
- [ ]
1010

11+
### Documentation updates <!-- DELETE SECTION IF NOT APPLICABLE -->
12+
<!-- Does this PR require updates to documentation? -->
13+
- [ ] Documentation updated
14+
- [ ] No documentation changes required
15+
1116
### External discussion & connections
1217
<!-- [x] all that apply, specifying topic and adding numbers after # for issues/PRs -->
1318
- [ ] Discussed in **#zulip-terminal** in `topic`

0 commit comments

Comments
 (0)