Skip to content

Commit 9f79b1c

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,20 @@ body:
6666
- type: textarea
6767
id: bug-reproduction
6868
attributes:
69-
label: Link to Minimal Reproducible Example
69+
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.
7272
[Why Reproductions are Required](https://antfu.me/posts/why-reproductions-are-required)
7373
placeholder: |
7474
https://github.com/[your]/[repo]
7575
or
7676
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.
7783
validations:
7884
required: true
7985
- type: textarea

0 commit comments

Comments
 (0)