Skip to content

Commit

Permalink
Adjust bug template to mention REPL.it (#3371)
Browse files Browse the repository at this point in the history
* Adjust bug template to mention REPL.it

* Use adjusted REPL link
  • Loading branch information
lukastaegert committed Feb 7, 2020
1 parent 7c0417f commit bc52fbb
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,30 @@ about: Something went awry and you'd like to tell us about it.
👉🏽 Need help or tech support? Please don't open an issue!
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
👉🏽 Is this issue related to an official plugin? Please do not open an issue here, go to the plugins repository instead: https://github.com/rollup/plugins/issues
❤️ Rollup? Please consider supporting our collective:
👉 https://opencollective.com/rollup/donate
-->

- Rollup Version:
- Operating System (or Browser):
- Node Version:

### How Do We Reproduce?
- Node Version (if applicable):
- Link to reproduction (IMPORTANT, read below):

<!--
Issues without minimal reproductions will be closed! Please provide one by:
Issues without minimal reproductions will be closed! Please provide a link to one by:
1. Using the REPL at https://rollupjs.org/repl/, or
2. Work to isolate the problem and provide the exact steps in this issue, or
2. Using the REPL.it reproduction template at https://repl.it/@rollup/rollup-repro
(allows full use of all rollup options and plugins), or
3. Provide a minimal repository link (Read https://git.io/fNzHA for instructions).
These may take more time to triage than the other options.
For some bugs it this may seem like overkill but believe us, very often what seems like a
"clear issue" is actually specific to some details of your setup. Having a runnable
reproduction not only "proves" your bug to us but also allows us to spend all our effort
fixing the bug instead of struggling to understand your issue.
-->


Expand Down

0 comments on commit bc52fbb

Please sign in to comment.