Skip to content

templates: Improve GitHub issue templates. #1572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/01_crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ How can you reproduce the bug?

```

### Frequency of occurrence
<!-- Does this happen every time, or only occasionally? -->

### How are you running the application?
Please include as many of the following as possible:
- **Zulip-terminal version:**
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/02_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ Please include as many of the following as possible:
If possible, please provide details from the `About` menu: (hotkey: Meta + ?)
(this can provide some of the details above)

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

4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/03_parity.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ If you know:
(see https://zulip.com/api/changelog)


### Impact on user experience
<!-- How does the absence of this feature affect users? -->


### Other details


3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/04_platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ NOTE: If your proposed feature:

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

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

5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<!-- Do you not understand something? Are you unsure about a certain approach? Want feedback? -->
- [ ]

### Documentation updates <!-- DELETE SECTION IF NOT APPLICABLE -->
<!-- Does this PR require updates to documentation? -->
- [ ] Documentation updated
- [ ] No documentation changes required

### External discussion & connections
<!-- [x] all that apply, specifying topic and adding numbers after # for issues/PRs -->
- [ ] Discussed in **#zulip-terminal** in `topic`
Expand Down
Loading