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
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,14 @@ body:
28
28
attributes:
29
29
label: Your minimal, reproducible example
30
30
description: |
31
-
Please add a link to a minimal reproduction.
31
+
Please add a link to a minimal reproduction. You can use this codesandbox template https://codesandbox.io/p/devbox/tailwindcss-themer-example-react-vite-typescript-hx2j7f if you would like.
32
32
Note:
33
-
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than Next.js.
34
-
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
33
+
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than a base framework and tailwindcss-themer
34
+
- To create your own shareable code example, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
35
35
- Please make sure the example is complete and runnable
36
-
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/RyanClementsHax/tailwindcss-themer/tree/main/examples
37
36
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
0 commit comments