diff --git a/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE.md similarity index 56% rename from ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE.md index f891a2b6e..749671df0 100644 --- a/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE.md @@ -1,25 +1,26 @@ -## Link to bug demonstration repository. +## Link to bug demonstration repository ## Expected Behavior ## Observed Behavior -## Forensic Information +### Troubleshooting steps +- [ ] still occurrring when I put `cache: false` in my nyc config -**Operating System:** the operating system you observed the issue on. -**Environment Information:** information about your project's environment, see instructions below: - -1. run the following script: - -sh -c 'node --version; npm --version; npm ls' > output.txt +## Environment Information + +``` +# paste the output here -2. share a gist with the contents of output.txt. +```