Skip to content

Commit

Permalink
remove manual wrapping in bug issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Jun 27, 2021
1 parent 788266f commit 40c7544
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yaml
Expand Up @@ -40,15 +40,10 @@ body:
description: |
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. 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.
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.
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.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 40c7544

Please sign in to comment.