Skip to content

Commit

Permalink
chore: improved bug report template (#501)
Browse files Browse the repository at this point in the history
* chore: improved bug report template

See if we can encourage users to provide better examples by adding a party-popper checkbox that lets them confirm they've actually read and understand the SO page on what a good example looks like.

* typo

* chore: npm run prettier:fix
  • Loading branch information
broofa committed Jul 31, 2020
1 parent 7c2f16b commit ade3655
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -13,26 +13,24 @@ version before filing your bug report. Node.js 13.x is NOT supported by this lib

## Describe the bug

A clear and concise description of what the bug is.
[Clear, concise description of the problem]

## To Reproduce
## How to reproduce

Steps to reproduce the behavior:
[Instructions for how we (the `uuid` maintainers) can reproduce the problem]

1. Install '...'
2. Run '....'
3. See error
- [ ] 🎉 This is a "[Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example)" Example 🎉

## Expected behavior

A clear and concise description of what you expected to happen.
[Clear, concise description of what you expected]

## Runtime

- OS: [e.g. macOS, Linux]
- Runtime: [e.g. Node.js, Chrome, Safari, react-native, AWS Lambda]
- Runtime Version: [e.g. 14.2.0]

## Additional context
## Additional information

Add any other context about the problem here.
[Any other information or comments that you think will help]

0 comments on commit ade3655

Please sign in to comment.