Skip to content

Commit 6dc9a20

Browse files
committed
Change checkbox type to checkboxes in issue templates
1 parent de93a4b commit 6dc9a20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
value: |
3535
Please read the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines) and make sure that your library follows them.
36-
- type: checkbox
36+
- type: checkboxes
3737
id: guidelines_confirmation
3838
attributes:
3939
label: Guidelines Confirmation

.github/ISSUE_TEMPLATE/2_new-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
value: |
3535
Please read the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines) and make sure that your tool follows them.
36-
- type: checkbox
36+
- type: checkboxes
3737
id: guidelines_confirmation
3838
attributes:
3939
label: Guidelines Confirmation

.github/ISSUE_TEMPLATE/3_new-mode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
value: |
3535
Please read the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) and make sure that your mode follows the guidelines.
36-
- type: checkbox
36+
- type: checkboxes
3737
id: guidelines_confirmation
3838
attributes:
3939
label: Guidelines Confirmation

.github/ISSUE_TEMPLATE/4_new-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
value: |
3535
Please read the [Examples Overview](https://github.com/processing/processing/wiki/Examples-Overview) and make sure that your example pack follows the guidelines.
36-
- type: checkbox
36+
- type: checkboxes
3737
id: guidelines_confirmation
3838
attributes:
3939
label: Guidelines Confirmation

0 commit comments

Comments
 (0)