We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58de9f6 commit 3c4ea54Copy full SHA for 3c4ea54
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -77,6 +77,12 @@ body:
77
[Why Reproductions are Required](https://antfu.me/posts/why-reproductions-are-required)
78
placeholder: |
79
https://github.com/[your]/[repo]
80
+
81
+ Be sure to share the repo on GitHub. GitHub's repo is ready to debug using Codespace.
82
+ Please DON'T USE non-GitHub repos such as GitLab as repro.
83
+ It takes me a long time to prepare my local PC for debugging.
84
+ Please DON'T USE stackblitz as a repro.
85
+ We can't debug eslint with stackblitz.
86
validations:
87
required: true
88
- type: textarea
0 commit comments