Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update issue template #1008

Merged
merged 4 commits into from Apr 15, 2019
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 14 additions & 9 deletions ISSUE_TEMPLATE → .github/ISSUE_TEMPLATE.md
@@ -1,25 +1,30 @@
<!--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:
## Environment Information
<!--
[mandatory] run the following script: npx envinfo --preset nyc
JaKXz marked this conversation as resolved.
Show resolved Hide resolved

sh -c 'node --version; npm --version; npm ls' > output.txt
OR:
JaKXz marked this conversation as resolved.
Show resolved Hide resolved
npm i -g envinfo || yarn global add envinfo
envinfo --preset nyc
-->
```
# paste the output here

2. share a gist with the contents of output.txt.
```