Skip to content

Commit

Permalink
chore: Update issue template to prevent useless issues (#7303)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 20, 2023
1 parent 35ad923 commit 9816ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -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
Expand Down

0 comments on commit 9816ba2

Please sign in to comment.