diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index ad88baee..aa4efd86 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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.