Skip to content

Commit

Permalink
fix:fix the bug issue template (#90)
Browse files Browse the repository at this point in the history
* fix:fix the bug issue template

---------

Co-authored-by: Anna cheng <annacheng@192.168.1.145>
Co-authored-by: 白熱 <sonne@asaki.me>
  • Loading branch information
3 people authored Sep 7, 2024
1 parent c0dc254 commit ebfd4b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ body:
attributes:
label: Are you using the mobile app?
options:
- Yes
- No
# eslint-disable-next-line yaml/plain-scalar
- 'Yes'
# eslint-disable-next-line yaml/plain-scalar
- 'No'
validations:
required: true
- type: textarea
Expand Down

0 comments on commit ebfd4b8

Please sign in to comment.