Skip to content

Commit 4e261f2

Browse files
Merge pull request #116 from RyanClementsHax/update-issue-template
docs(issue template): update issue template to have codesandbox templ…
2 parents 111ea84 + 4761dfe commit 4e261f2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@ body:
2828
attributes:
2929
label: Your minimal, reproducible example
3030
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.
3232
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/).
3535
- 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
3736
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
3837
placeholder: |
39-
e.g. Code Sandbox, Stackblitz, or Expo Snack
38+
e.g. Code Sandbox, Stackblitz, or repo link
4039
validations:
4140
required: true
4241
- type: textarea

0 commit comments

Comments
 (0)