diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fb9d04b9..66032a31 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,8 +9,9 @@ body: Before submitting your issue, please do the following: 1. Make sure you're running Windows. If you're using macOS, Linux, WSL/WSL2, or a Docker container using Linux, then you probably want [nvm](https://github.com/nvm-sh/nvm) (this is NVM _for Windows_). + 1. Run `nvm debug` (v1.1.11+) to see if you can resolve your issue yourself. 1. Review the [common issues and resolutions](https://github.com/coreybutler/nvm-windows/wiki/Common-Issues) wiki page. - 1. Search existing issues to see if your issue has already been opened/closed (help prevent duplicates). + 1. **Search existing issues to see if your issue has already been opened/closed (help prevent duplicates).** 1. Remember, there is a [wiki](https://github.com/coreybutler/nvm-windows/wiki) that answers questions about installation types, building from source, and project philosophy concerns. 1. **[Read the README](https://github.com/coreybutler/nvm-windows)**. We took the time to write it for you. Many people ignore this. 1. If your issue is actually a question, please use the [discussions page](https://github.com/coreybutler/nvm-windows/discussions) so the whole community can help. @@ -29,7 +30,7 @@ body: label: What happened? description: Please provide a clear and concise description of what happened. placeholder: Tell us what you see! - value: "" + value: " " validations: required: true - type: textarea @@ -38,7 +39,7 @@ body: label: What did you expect to happen? description: Please provide a clear and concise description of what you expected to happen. placeholder: Tell us what you thought you'd see! - value: "" + value: " " validations: required: true - type: dropdown @@ -47,7 +48,9 @@ body: label: Version description: What version are you running? options: - - 1.1.9 or newer (Default) + - 1.1.11 or newer (Default) + - 1.1.10 + - 1.1.9 - 1.1.8 - 1.1.7 - 1.1.6 or older