You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ body:
34
34
description: |
35
35
The best reproduction would be a Pull Request adding new tests cases that make the CI fails. The test files are placed along side each rule's implemtation. You can learn how to setup your local environment [here](https://eslint.style/contribute/guide#local-setup).
36
36
37
-
Otherwise, you can also [create a reproduction from the playground](https://stackblitz.com/fork/github/eslint-stylistic/eslint-stylistic?file=playground%2Feslint.config.js). Create a new terminal and run `pnpm run play:lint` to see the lint result.
37
+
Otherwise, you can also [create a reproduction on Stackblitz](https://stackblitz.com/https://github.com/eslint-stylistic/repro-template). Create a new terminal and run `pnpm run play:lint` to see the lint result.
38
38
39
39
A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is **required**, otherwise the issue might be closed without further notice. [**Why?**](https://antfu.me/posts/why-reproductions-are-required)
0 commit comments