Skip to content

Commit

Permalink
Update BUG-REPORT.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshdrp authored Dec 3, 2023
1 parent b39144c commit 0561ce6
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,47 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
🐞 **Thank you for reporting a bug!** Please provide as much detail as possible to help us resolve it quickly.
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
label: Contact Details (Optional)
description: If we need more information, how can we reach you?
placeholder: Your email or GitHub username
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen? If applicable, add screenshots to help explain your problem.
placeholder: Tell us what you see!
value: "A bug happened!"
label: What Happened?
description: Describe the bug. Include what you expected to happen and what actually happened. Attach screenshots if possible.
placeholder: Detailed description of the bug
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version are you running?
description: Which version of the project are you using?
options:
- 1.0.0-alpha
- 1.0.0
- 1.0.1
- 2.0.0
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
label: Affected Browsers
description: Which browsers are affected by this bug?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit 0561ce6

Please sign in to comment.