We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bce0d1 commit 3acec8bCopy full SHA for 3acec8b
ISSUE_TEMPLATE
@@ -1,4 +1,5 @@
1
-_reporting a bug? please follow the template detailed below._
+Please use the template provided below, when reporting bugs:
2
+-----
3
4
## Expected Behavior
5
@@ -9,9 +10,10 @@ _reporting a bug? please follow the template detailed below._
9
10
## Forensic Information
11
12
**Operating System:** _the operating system you observed the issue on._
-**Environment Information:** _information abou the enviornment you're running on, simply run the script below:
13
+**Environment Information:** information about your project's environment, see instructions below:
14
+
15
+1. run the following script:
16
-```sh
17
sh -c 'node --version; npm --version; npm ls' > output.txt
-```
18
19
+2. share a gist with the contents of output.txt.
0 commit comments