Skip to content

Commit

Permalink
update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 7, 2023
1 parent 7cd2487 commit 6b4709c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ body:
attributes:
value: |
Please first search in [existing issues](https://github.com/saadeghi/daisyui/issues?q=is%3Aissue) and [discussion forum](https://github.com/saadeghi/daisyui/discussions) and make sure this bug is not addressed before.
Also see [FAQ / Common problems and how to fix](https://github.com/saadeghi/daisyui/discussions/1949). You may find your answer there.
- type: input
id: version
attributes:
label: What version of daisyUI are you using?
description: You can see the daisyUI version number on your `package.json` file.
placeholder: "example: v2.47.0"
placeholder: "example: v3.0.1"
validations:
required: false
- type: textarea
id: description
attributes:
label: Describe your issue
description: Describe the problem and say how and when it happens
description: |
Describe the problem and say how and when it happens.
To wirte a code block, use ``` before and after your code.
validations:
required: true
- type: dropdown
Expand All @@ -31,12 +34,13 @@ body:
- Safari
- Firefox
- Edge
- All browsers
- Other
- type: input
id: reproduction
attributes:
label: Reproduction URL (optional)
description: Provide a link to a [Tailwind Play](https://daisyui.com/tailwindplay/) page or a public GitHub repo so we can reproduce the issue.
description: If you provide a link to a minimal [Tailwind Play](https://daisyui.com/tailwindplay/) page or a Stackblitz project or a public GitHub repo so we can reproduce the issue, we can help with this issue faster.
placeholder: "https://"
validations:
required: false

0 comments on commit 6b4709c

Please sign in to comment.