Skip to content

Commit aaef979

Browse files
pquentinlcawl
andauthored
Fix YAML syntax for Yes and No
Co-authored-by: Lisa Cawley <[email protected]>
1 parent 2b39b51 commit aaef979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/docs_feedback.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ body:
88
attributes:
99
label: Was this helpful?
1010
options:
11-
- Yes
12-
- No
11+
- "Yes"
12+
- "No"
1313
default: 0
1414
validations:
1515
required: true

0 commit comments

Comments
 (0)