Skip to content

Commit a88be72

Browse files
committed
fix incorrect checkbox options
1 parent e4ca7bb commit a88be72

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,16 @@ body:
7373
required: true
7474
- type: checkboxes
7575
id: social
76-
label: Are you planning to discuss this vulnerability submission publicly? (Blog Post, social networks, etc). *We would love to have you spread the word about the good work you are doing*
77-
validations:
78-
required: true
7976
attributes:
77+
label: Are you planning to discuss this vulnerability submission publicly? (Blog Post, social networks, etc).
78+
description: We would love to have you spread the word about the good work you are doing
8079
options:
81-
- Yes
82-
- No
80+
- label: Yes
81+
required: true
82+
- label: No
83+
required: true
84+
validations:
85+
required: true
8386
- type: input
8487
id: social_url
8588
attributes:

0 commit comments

Comments
 (0)