Skip to content

Commit

Permalink
chore: update template in bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Feb 10, 2023
1 parent bb00e1b commit c0cd46e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ body:
attributes:
label: Reproduction
description: |
Provide a minimal reproduction in one of the following forms:
1. Small code-snippet (no more than one) we can copy-paste. **No dependencies allowed.**
2. Link to a repository containing minimal reproduction. **Dependencies allowed.**
- No more than 5 files. Delete irrelevant files (e.g. `LICENSE`, `.npmrc`, `.github`).
- Set the command to run in the `package.json` script `start`
- For a starter template, [fork this template on StackBlitz](https://stackblitz.com/edit/node-huzszn?file=index.ts)
- 👉 **Tip:** The _smaller_ the reproduction, the _faster_ we can debug and resolve your issue
- Remove all unnecessary files, code, & dependencies. This is the first step of debugging so doing this will save us work.
- If possible, convert TypeScript to plain JavaScript to eliminate the possibility of it being a TS bug
A minimal reproduction is necessary so others can understand and debug your bug.
Provide a link to a minimal reproduction repository:
- Set the command to run in the `package.json` script `start`
- For a starter template, [fork this template on StackBlitz](https://stackblitz.com/edit/node-guv65j?file=webpack.config.js&view=editor)
- No more than 10 files. Delete irrelevant files (e.g. `LICENSE`, `.npmrc`, `.github`). This is the first step of debugging so doing this will save us work.
👉 **Tip:** The _smaller_ the reproduction, the _faster_ we can debug and resolve your issue
⚠️ If a _minimal_ reproduction is not provided, the issue will be closed
placeholder: 👆 Your issue will be CLOSED if it doesn't follow the instructions above.
Expand Down

0 comments on commit c0cd46e

Please sign in to comment.