Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
8f3de99700
commit
da9270d651
1 changed files with 2 additions and 1 deletions
3
.github/ISSUE_TEMPLATE.md
vendored
3
.github/ISSUE_TEMPLATE.md
vendored
|
@ -2,6 +2,7 @@ For bug reports, please provide the following information:
|
|||
|
||||
- [ ] I've checked the [existing issues](https://github.com/zimfw/zimfw/issues?q=is%3Aissue) to make sure I'm not duplicating a report.
|
||||
- [ ] I've pasted the output of `zimfw info` below.
|
||||
- [ ] I'm using the [latest version](https://github.com/zimfw/zimfw/releases/latest) of `zimfw`.
|
||||
- [ ] I was able to reproduce the issue with a clean installation of Zim.
|
||||
|
||||
zimfw info
|
||||
|
@ -21,7 +22,7 @@ Steps to reproduce
|
|||
2. `ZDOTDIR=${PWD} HOME=${PWD} ZIM_HOME=${PWD}/.zim exec zsh`
|
||||
3. `curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh`
|
||||
5. `exec zsh`
|
||||
6. Other steps to reproduce. Use `exec zsh` when restaring the terminal or restarting the shell is needed.
|
||||
6. Other steps to reproduce. Use `exec zsh` when restarting the terminal or restarting the shell is needed.
|
||||
|
||||
Images or other information
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in a new issue