Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 authored Jan 24, 2024
1 parent 013eaff commit 0f2871f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ I have searched on the [issue tracker](……/) for a related issue.
- Linux (GTK-based Desktop)
- Linux (QT-based Desktop)
- Linux (Others)
validations:
required: true
- type: dropdown
id: arch
attributes:
Expand All @@ -65,6 +67,8 @@ I have searched on the [issue tracker](……/) for a related issue.
options:
- x86
- arm64
validations:
required: true
- type: textarea
attributes:
label: Description
Expand Down Expand Up @@ -101,4 +105,4 @@ I have searched on the [issue tracker](……/) for a related issue.
3. Scroll down to '....'
4. See error
validations:
required: false
required: true

0 comments on commit 0f2871f

Please sign in to comment.