diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index bcaab3b..05a71b5 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -15,6 +15,17 @@ If this is an issue regarding antivirus, make sure you search the existing issue - [ ] My Windows installation is non-English. +### I'm using NVM4W version: + +- [ ] 1.1.6 +- [ ] 1.1.5 +- [ ] 1.1.4 +- [ ] 1.1.3 +- [ ] 1.1.2 +- [ ] 1.1.1 +- [ ] Older +- [ ] OTHER (Please Specify) + ### I have already... - [ ] read the README to be aware of npm gotchas & antivirus issues. @@ -26,8 +37,11 @@ If this is an issue regarding antivirus, make sure you search the existing issue ### My issue is related to (check only those which apply): - [ ] settings.txt -- [ ] proxy support -- [ ] 32 or 64 bit support +- [ ] proxy support (Have you tried version 1.1.0+?) +- [ ] 32 or 64 bit support (Have you tried version 1.1.3+?) +- [ ] Character escaping (Have you tried version 1.1.6+?) +- [ ] A standard shell environment (terminal/powershell) +- [ ] A non-standard shell environment (Cmder, Hyper, Cygwin, git) ### Expected Behavior diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7af93ab..ded44b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ There have been a lot of duplicate issues filed. Please do a simple search for your issue before posting something new. -If you just have a question and no real problem, please use the [Gitter channel](https://gitter.im/coreybutler/nvm-windows) instead of clogging up the bug tracker with questions. +If you just have a question and no real problem, please use the [StackOverflow tag](https://stackoverflow.com/questions/tagged/nvm-windows) the [Gitter channel](https://gitter.im/coreybutler/nvm-windows) instead of clogging up the bug tracker with questions.