Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit d5eb7dc

Browse files
authored
Fix option formatting in bug issue template
Updated option values to use quotes in bug template.
1 parent ad62f83 commit d5eb7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ body:
8383
label: Cartridge pins freshly cleaned?
8484
description: Clean gold fingers with IPA and cotton swap until no more black comes off.
8585
options:
86-
- No
87-
- Yes
86+
- "No"
87+
- "Yes"
8888
validations:
8989
required: false
9090
- type: textarea

0 commit comments

Comments
 (0)