Skip to content

Commit

Permalink
docs: update bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ya7on authored Jan 12, 2025
1 parent 70e7c76 commit e4b7f56
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,32 @@ body:
attributes:
label: To reproduce
description: Steps to reproduce the behavior
placeholder: 1. Go to '...'
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: dropdown
id: device
- type: textarea
id: actual
attributes:
label: Actual result
description: What actually happened?
placeholder: Does not work
validations:
required: true
- type: textarea
id: expected
attributes:
label: Device
description: What device are you using?
options:
- Desktop
- Mobile device
default: 0
label: Expected result
description: What did you expect to happen?
placeholder: Work
validations:
required: true
- type: dropdown
id: browsers
- type: input
id: environment
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
label: Environment
description: What device, OS and browser are you using?
placeholder: Desktop, Ubuntu, Mozila

0 comments on commit e4b7f56

Please # to comment.