Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: update issue template [skip ci] (#1008)
  • Loading branch information
JaKXz committed Apr 15, 2019
1 parent d7a9d6a commit 8cf8a89
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions ISSUE_TEMPLATE → .github/ISSUE_TEMPLATE.md
@@ -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.
```

0 comments on commit 8cf8a89

Please sign in to comment.