From fda274f61f9f0dcf1996c6c33a1f4bafc2f6f38b Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Fri, 1 Mar 2019 11:42:56 -0500 Subject: [PATCH] docs: update issue template [skip ci] --- ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) rename ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE.md (61%) diff --git a/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE.md similarity index 61% rename from ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE.md index f891a2b6e..42ce891f6 100644 --- a/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE.md @@ -13,13 +13,11 @@ create a basic `nyc-bug-demo` repository and link to that please. ## Observed Behavior -## Forensic Information +## Environment Information -**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: `npx envinfo --preset nyc` -1. run the following script: +``` +# paste the output here -sh -c 'node --version; npm --version; npm ls' > output.txt - -2. share a gist with the contents of output.txt. +```