Skip to content

Commit

Permalink
form fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ux-git authored Dec 12, 2024
1 parent ae948b5 commit 3c240ef
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,14 @@ body:
placeholder: |
What did you expect to happen?
validations:
required: true
required: false
- type: textarea
attributes:
label: 'Screenshots'
placeholder: |
What actually happened?
Include any relevant screenshots, videos, or console logs that can help us identify and solve the problem faster.
validations:
required: false
- type: markdown
attributes:
value: |
Please include any relevant screenshots, videos, or console logs that can help us identify and solve the problem faster.
- type: dropdown
id: platform
attributes:
Expand All @@ -64,11 +60,11 @@ body:
- Linux
- Android
- iOS
- Other (mention in details)
- Other (please specify)
default: 0
validations:
required: true
- type: textarea
- type: input
attributes:
label: 'App version:'
placeholder: |
Expand Down

0 comments on commit 3c240ef

Please sign in to comment.