Skip to content

Commit 424945a

Browse files
committed
fix incorrect checkbox options
1 parent a88be72 commit 424945a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/all-for-one.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ body:
7777
label: Are you planning to discuss this vulnerability submission publicly? (Blog Post, social networks, etc).
7878
description: We would love to have you spread the word about the good work you are doing
7979
options:
80-
- label: Yes
81-
required: true
82-
- label: No
83-
required: true
80+
- label: "Yes"
81+
- label: "No"
8482
validations:
8583
required: true
8684
- type: input

0 commit comments

Comments
 (0)