Skip to content

Commit 3fb72b6

Browse files
authored
chore(repo): improve bug template, make warnings even more obvious
1 parent 9884a7e commit 3fb72b6

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/ISSUE_TEMPLATE/BUG.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ about: Something went awry and you'd like to tell us about it.
77
<!--
88
⚡️ katchow! We 💛 issues.
99
10-
Please - do not - remove this template.
11-
Please - do not - skip or remove parts of this template.
12-
Or your issue may be closed.
10+
🚨 Your issue will be CLOSED if:
11+
- This template is removed
12+
- Parts of this template are removed
1313
1414
👉🏽 Need help or tech support? Please don't open an issue!
1515
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
@@ -23,16 +23,19 @@ about: Something went awry and you'd like to tell us about it.
2323
- Rollup Version:
2424
- Operating System (or Browser):
2525
- Node Version:
26-
27-
### How Do We Reproduce?
26+
- Link to reproduction _(⚠️ read below)_:
2827

2928
<!--
30-
Issues without minimal reproductions will be closed! Please provide one by:
29+
🚨 Issues WITHOUT a valid reproduction WILL BE CLOSED!
30+
31+
Please provide one by:
3132
1. Using the REPL.it plugin reproduction template at https://repl.it/@rollup/rollup-plugin-repro
3233
2. Provide a minimal repository link (Read https://git.io/fNzHA for instructions).
3334
Please use NPM for installing dependencies!
3435
These may take more time to triage than the other options.
35-
3. Using the REPL at https://rollupjs.org/repl/, or
36+
3. Using the Rollup REPL at https://rollupjs.org/repl/
37+
38+
⚠️ ZIP Files are unsafe and maintainers will NOT download them.
3639
-->
3740

3841

@@ -42,6 +45,8 @@ about: Something went awry and you'd like to tell us about it.
4245
### Actual Behavior
4346

4447

48+
### Additional Information
49+
4550
<!--
4651
Most issues can be expressed or demonstrated through the REPL or a repository.
4752
However, the situation may arise where some small code snippets also need to

0 commit comments

Comments
 (0)