Skip to content

Commit

Permalink
Updating bug submission template
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Apr 19, 2023
1 parent 9bae642 commit 1f21d64
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1f21d64

Please sign in to comment.