-
-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update issue template [skip ci] (#1008)
- Loading branch information
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
<!--Please use the template provided below when reporting bugs:--> | ||
## Link to bug demonstration repository. | ||
## Link to bug demonstration repository | ||
<!-- | ||
A demo repository will show the combination of module versions being used, | ||
command-lines and configurations. NYC is very complex, it is difficult or | ||
even impossible to triage most bugs without this information. | ||
If you cannot share a link to your repository (maybe it's private) then you must | ||
create a basic `nyc-bug-demo` repository and link to that please. | ||
create a basic `nyc-bug-demo` repository and link to that please [mandatory]. | ||
--> | ||
|
||
## 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 | ||
<!-- | ||
[mandatory] run the following script: npx envinfo@latest --preset nyc | ||
--> | ||
``` | ||
# paste the output here | ||
2. share a gist with the contents of output.txt. | ||
``` |