From da9270d6513594c3d8cfa80c6e22278e980fca92 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Wed, 25 Aug 2021 16:01:34 -0500 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 488969d..92a4117 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 ---------------------------