Skip to content

Commit 52ae236

Browse files
committed
Add confirmation option to issue templates for guideline acknowledgment
1 parent 6dc4f58 commit 52ae236

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ body:
3838
attributes:
3939
label: Guidelines Confirmation
4040
description: I confirm that I have read the Library Guidelines and that my library follows the guidelines.
41+
options:
42+
- label: I confirm
43+
required: true
4144
validations:
4245
required: true
4346
- type: markdown

.github/ISSUE_TEMPLATE/2_new-tool.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ body:
3838
attributes:
3939
label: Guidelines Confirmation
4040
description: I confirm that I have read the Tool Guidelines and that my tool follows the guidelines.
41+
options:
42+
- label: I confirm
43+
required: true
4144
validations:
4245
required: true
4346
- type: markdown

.github/ISSUE_TEMPLATE/3_new-mode.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ body:
3838
attributes:
3939
label: Guidelines Confirmation
4040
description: I confirm that I have read the Mode Overview and that my mode follows the guidelines.
41+
options:
42+
- label: I confirm
43+
required: true
4144
validations:
4245
required: true
4346
- type: markdown

.github/ISSUE_TEMPLATE/4_new-examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ body:
3838
attributes:
3939
label: Guidelines Confirmation
4040
description: I confirm that I have read the [Examples Overview](https://github.com/processing/processing/wiki/Examples-Overview) and that my example pack follows the guidelines.
41+
options:
42+
- label: I confirm
43+
required: true
4144
validations:
4245
required: true
4346
- type: markdown

0 commit comments

Comments
 (0)