Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update bug report issue template #57

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading