From 8cf8a8995a88129951a10ba27f8b10536c446d05 Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Mon, 15 Apr 2019 10:14:17 -0400 Subject: [PATCH] docs: update issue template [skip ci] (#1008) --- ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) rename ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE.md (56%) 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. +```