Skip to content

Commit 28c197a

Browse files
committed
Update issue templates to simplify the guidelines acknowledgement
1 parent 52ae236 commit 28c197a

File tree

4 files changed

+3
-19
lines changed

4 files changed

+3
-19
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ body:
2929
placeholder: https://
3030
validations:
3131
required: true
32-
- type: markdown
33-
attributes:
34-
value: |
35-
Please read the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines) and make sure that your library follows them.
3632
- type: checkboxes
3733
id: guidelines_confirmation
3834
attributes:
3935
label: Guidelines Confirmation
40-
description: I confirm that I have read the Library Guidelines and that my library follows the guidelines.
36+
description: I confirm that I have read the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines) and that my library follows the guidelines.
4137
options:
4238
- label: I confirm
4339
required: true

.github/ISSUE_TEMPLATE/2_new-tool.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ body:
2929
placeholder: https://
3030
validations:
3131
required: true
32-
- type: markdown
33-
attributes:
34-
value: |
35-
Please read the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines) and make sure that your tool follows them.
3632
- type: checkboxes
3733
id: guidelines_confirmation
3834
attributes:
3935
label: Guidelines Confirmation
40-
description: I confirm that I have read the Tool Guidelines and that my tool follows the guidelines.
36+
description: I confirm that I have read the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines) and that my tool follows the guidelines.
4137
options:
4238
- label: I confirm
4339
required: true

.github/ISSUE_TEMPLATE/3_new-mode.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ body:
2929
placeholder: https://
3030
validations:
3131
required: true
32-
- type: markdown
33-
attributes:
34-
value: |
35-
Please read the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) and make sure that your mode follows the guidelines.
3632
- type: checkboxes
3733
id: guidelines_confirmation
3834
attributes:
3935
label: Guidelines Confirmation
40-
description: I confirm that I have read the Mode Overview and that my mode follows the guidelines.
36+
description: I confirm that I have read the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) and that my mode follows the guidelines.
4137
options:
4238
- label: I confirm
4339
required: true

.github/ISSUE_TEMPLATE/4_new-examples.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ body:
2929
placeholder: https://
3030
validations:
3131
required: true
32-
- type: markdown
33-
attributes:
34-
value: |
35-
Please read the [Examples Overview](https://github.com/processing/processing/wiki/Examples-Overview) and make sure that your example pack follows the guidelines.
3632
- type: checkboxes
3733
id: guidelines_confirmation
3834
attributes:

0 commit comments

Comments
 (0)