You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/BUG_REPORT.yml
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,13 @@ body:
26
26
attributes:
27
27
label: Reproduction
28
28
description: |
29
-
Provide a minimal reproduction in one of the following forms:
30
-
1. Small code-snippet (no more than one) we can copy-paste. **No dependencies allowed.**
31
-
2. Link to a repository containing minimal reproduction. **Dependencies allowed.**
32
-
- No more than 5 files. Delete irrelevant files (e.g. `LICENSE`, `.npmrc`, `.github`).
33
-
- Set the command to run in the `package.json` script `start`
34
-
- For a starter template, [fork this template on StackBlitz](https://stackblitz.com/edit/node-huzszn?file=index.ts)
35
-
- 👉 **Tip:** The _smaller_ the reproduction, the _faster_ we can debug and resolve your issue
36
-
- Remove all unnecessary files, code, & dependencies. This is the first step of debugging so doing this will save us work.
37
-
- If possible, convert TypeScript to plain JavaScript to eliminate the possibility of it being a TS bug
29
+
A minimal reproduction is necessary so others can understand and debug your bug.
30
+
31
+
Provide a link to a minimal reproduction repository:
32
+
- Set the command to run in the `package.json` script `start`
33
+
- For a starter template, [fork this template on StackBlitz](https://stackblitz.com/edit/node-guv65j?file=webpack.config.js&view=editor)
34
+
- 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.
35
+
👉 **Tip:** The _smaller_ the reproduction, the _faster_ we can debug and resolve your issue
38
36
39
37
⚠️ If a _minimal_ reproduction is not provided, the issue will be closed
40
38
placeholder: 👆 Your issue will be CLOSED if it doesn't follow the instructions above.
0 commit comments