Skip to content

Commit 413e34c

Browse files
committed
chore(Issue Templates): make sensitive info disclaimer checkbox required
1 parent 96ed170 commit 413e34c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ body:
4646
description: By submitting this issue, I confirm to follow the recommendation not to disclose any internal or sensitive information.
4747
options:
4848
- label: I’m not disclosing any internal or sensitive information.
49-
validations:
50-
required: true
49+
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ body:
5454
description: By submitting this issue, I confirm to follow the recommendation not to disclose any internal or sensitive information.
5555
options:
5656
- label: I’m not disclosing any internal or sensitive information.
57-
validations:
58-
required: true
57+
required: true

0 commit comments

Comments
 (0)