Skip to content
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

Update issue templates to refer to obtaining About/Exception details [Enhancement] #1559

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
15 changes: 11 additions & 4 deletions .github/ISSUE_TEMPLATE/01_crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ labels: 'bug: crash,'



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


### How is the bug triggered?
Expand All @@ -17,11 +17,15 @@ How can you reproduce the bug?


### Does it produce a 'traceback' or 'exception'?
<!-- Copy/paste it between the ``` lines below: -->
<!-- If an "Exception" popup appears, use the "Copy" option (hotkey: c on the popup) to copy the traceback
and paste it between the ``` lines below. -->
```


```
<!-- Otherwise, check these logs:
- `zulip-terminal-tracebacks.log` (main exceptions)
- `debug.log` (with `--debug` enabled) -->

### How are you running the application?
Please include as many of the following as possible:
Expand All @@ -34,6 +38,9 @@ Please include as many of the following as possible:
- **Python version (and implementation):**
eg. 3.8, 3.9, 3.10, ... (implementation is likely to be eg. CPython, or PyPy)

If possible, please provide details from the `About` menu: (hotkey: Meta + ?)
(this can provide some of the details above)
<!-- Most of these above details can be copied from the `About` menu (hotkey: Meta + ?).
Press c on the popup to copy the information to the clipboard and paste it below. -->
```

```

7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/02_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Please include as many of the following as possible:
- **Python version (and implementation):**
eg. 3.8, 3.9, 3.10, ... (implementation is likely to be eg. CPython, or PyPy)

If possible, please provide details from the `About` menu: (hotkey: Meta + ?)
(this can provide some of the details above)
<!-- Most of these above details can be copied from the `About` menu (hotkey: Meta + ?).
Press c on the popup to copy the information to the clipboard and paste it below. -->
```

```

Loading