mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +03:00
chore: Update issue template to prevent useless issues (#7303)
This commit is contained in:
parent
35ad9234e9
commit
9816ba2795
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -9,6 +9,9 @@ body:
|
||||
description: |
|
||||
If swc crashed or panicked, you can gain error message by running `swc --sync <input.js>`.
|
||||
Also, you can get backtrace by invoking swc by setting an environment variable `SWC_DEBUG` to `1`.
|
||||
|
||||
Note that if you do not provide a minimal reproduction, the issue will be closed because the team cannot work on it.
|
||||
Please read https://antfu.me/posts/why-reproductions-are-required for details.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
Loading…
Reference in New Issue
Block a user