|
| 1 | +--- |
| 2 | +name: Bug report (major) |
| 3 | +about: A major bug which significantly impacts usability, eg. an unexpected quit, crash, freeze. |
| 4 | +labels: 'bug: crash', |
| 5 | +--- |
| 6 | + |
| 7 | +### Bug description |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +<!-- If discussed in #zulip-terminal or another channel on chat.zulip.org, paste link below: --> |
| 12 | + |
| 13 | + |
| 14 | +### How is the bug triggered? |
| 15 | +How can you reproduce the bug? |
| 16 | +1. |
| 17 | + |
| 18 | + |
| 19 | +### Does it produce a 'traceback' or 'exception'? |
| 20 | +<!-- Copy/paste it between the ``` lines below: --> |
| 21 | +``` |
| 22 | +
|
| 23 | +
|
| 24 | +``` |
| 25 | + |
| 26 | +### How are you running the application? |
| 27 | +Please include as many of the following as possible: |
| 28 | +- **Zulip-terminal version:** |
| 29 | + eg. a specific version (0.7.0), or if running from `main` also ideally the git ref |
| 30 | +- **Zulip server version(s):** |
| 31 | + eg. Zulip Cloud, the version you are running self-hosted, or the Zulip Community server (chat.zulip.org) |
| 32 | +- **Operating system (and version):** |
| 33 | + eg. Debian Linux, Ubuntu Linux, macOS, WSL in Windows, Docker |
| 34 | +- **Python version (and implementation):** |
| 35 | + eg. 3.8, 3.9, 3.10, ... (implementation is likely to be eg. CPython, or PyPy) |
| 36 | + |
| 37 | +If possible, please provide details from the `About` menu: (hotkey: Meta + ?) |
| 38 | +(this can provide some of the details above) |
| 39 | + |
0 commit comments