Skip to content

Commit ac63ad1

Browse files
authored
Update bug_report.yml
1 parent 9f79b1c commit ac63ad1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ body:
6969
label: Link to **GitHub Repo** with Minimal Reproducible Example
7070
description: |
7171
Create a minimal reproduction of the problem. **A minimal reproduction is required** so that others can help debug your issue. If a report is vague (e.g. just a generic error message) and has no reproduction, it may be closed.
72-
[Why Reproductions are Required](https://antfu.me/posts/why-reproductions-are-required)
72+
[Why Reproductions are Required](https://antfu.me/posts/why-reproductions-are-required)
73+
74+
Be sure to share the repo on GitHub. GitHub's repo is ready to debug using Codespace.
75+
Please DON'T USE non-GitHub repos such as GitLab as repro.
76+
It takes me a long time to prepare my local PC for debugging.
77+
Please DON'T USE stackblitz as a repro.
78+
We can't debug eslint with stackblitz.
7379
placeholder: |
7480
https://github.com/[your]/[repo]
7581
or
7682
https://ota-meshi.github.io/eslint-plugin-svelte/playground/#[hash]
77-
78-
Be sure to share the repo on GitHub. GitHub's repo is ready to debug using Codespace.
79-
Please DON'T USE non-GitHub repos such as GitLab as repro.
80-
It takes me a long time to prepare my local PC for debugging.
81-
Please DON'T USE stackblitz as a repro.
82-
We can't debug eslint with stackblitz.
8383
validations:
8484
required: true
8585
- type: textarea

0 commit comments

Comments
 (0)