Skip to content

Commit

Permalink
chore: cleanup issue template (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Sep 19, 2024
1 parent a2af87c commit e1e6898
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
> [!Note]
> Cauldron is a public repo for Deque's design system. Please be careful to not include details or screenshots from unreleased or private features within Deque products.
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Give us the details we need to reproduce the bug.
placeholder: Steps to reproduce the bug
value: "Steps to reproduce"
placeholder: |
1. Go to '...'
2. Click on '...'
3. Description of error
validations:
required: true
- type: textarea
Expand All @@ -22,45 +27,30 @@ body:
label: Expected Behavior
description: What did you expect to happen?
placeholder: Tell us what you expected to happen!
value: "Not a bug."
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: What actually happened?
placeholder: Tell us what you are experiencing!
value: "A bug happened!"
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of cauldron did this happen with?
placeholder: 4.0.0
placeholder: v4.0.0
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you experiencing the problem on?
label: What browser(s) are you experiencing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Firefox
- Safari
- Microsoft Edge
- Edge
- iOS Safari
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: anything-else
attributes:
label: Anything else we should know?
description: Please provide any additional information that may be helpful.
value: "Additional information"

0 comments on commit e1e6898

Please sign in to comment.