Skip to content

Commit 9b09746

Browse files
authored
Merge pull request #54 from SableRaf/main
Clarified confirmation text and added separators for improved legibility
2 parents 907f14c + 1b8cf9a commit 9b09746

File tree

4 files changed

+36
-20
lines changed

4 files changed

+36
-20
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ body:
1212
If you need help creating a library, see the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines) or ask on the [Processing Forum](https://discourse.processing.org/).
1313
1414
Please complete the form below with the necessary information about your library.
15-
- type: markdown
16-
attributes:
17-
value: |
15+
16+
---
17+
1818
#### About the Properties File
1919
2020
A properties file (e.g., `myLibrary.txt`) is necessary for submitting your library. It should be a direct copy of your `library.properties` file, hosted in the same directory as your `.zip` distribution, and share the same base name.
@@ -28,6 +28,8 @@ body:
2828
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
2929
3030
For more details, see the [Release Artifacts section of the Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines#release-artifacts).
31+
32+
---
3133
- type: input
3234
id: properties_url
3335
attributes:
@@ -48,15 +50,17 @@ body:
4850
id: guidelines_confirmation
4951
attributes:
5052
label: Guidelines Confirmation
51-
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.
53+
description: All libraries must follow the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines).
5254
options:
53-
- label: I confirm
55+
- label: I confirm that my library follows the guidelines.
5456
required: true
5557
validations:
5658
required: true
5759
- type: markdown
5860
attributes:
5961
value: |
62+
---
63+
6064
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
6165
6266
The result of this validation will be added to this issue:

.github/ISSUE_TEMPLATE/2_new-tool.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ body:
1212
If you need help creating a tool, see the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines) or ask on the [Processing Forum](https://discourse.processing.org/).
1313
1414
Please provide the necessary information below.
15-
- type: markdown
16-
attributes:
17-
value: |
15+
16+
---
17+
1818
#### About the Properties File
1919
2020
A properties file (e.g., `myTool.txt`) is necessary for submitting your tool. It should be a direct copy of your `tool.properties` file, hosted in the same directory as your `.zip` distribution, and share the same base name.
@@ -26,6 +26,8 @@ body:
2626
2727
> [!IMPORTANT]
2828
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
29+
30+
---
2931
- type: input
3032
id: properties_url
3133
attributes:
@@ -46,15 +48,17 @@ body:
4648
id: guidelines_confirmation
4749
attributes:
4850
label: Guidelines Confirmation
49-
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.
51+
description: All tools must follow the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines).
5052
options:
51-
- label: I confirm
53+
- label: I confirm that my tool follows the guidelines.
5254
required: true
5355
validations:
5456
required: true
5557
- type: markdown
5658
attributes:
5759
value: |
60+
---
61+
5862
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
5963
6064
The result of this validation will be added to this issue:

.github/ISSUE_TEMPLATE/3_new-mode.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ body:
1212
If you need help creating a mode, see the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) or ask on the [Processing Forum](https://discourse.processing.org/).
1313
1414
Please provide the necessary information below.
15-
- type: markdown
16-
attributes:
17-
value: |
15+
16+
---
17+
1818
#### About the Properties File
1919
2020
A properties file (e.g., `myMode.txt`) is necessary for submitting your mode. It should be a direct copy of your `mode.properties` file, hosted in the same directory as your `.zip` distribution, and share the same base name.
@@ -26,6 +26,8 @@ body:
2626
2727
> [!IMPORTANT]
2828
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
29+
30+
---
2931
- type: input
3032
id: properties_url
3133
attributes:
@@ -46,15 +48,17 @@ body:
4648
id: guidelines_confirmation
4749
attributes:
4850
label: Guidelines Confirmation
49-
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.
51+
description: All modes must follow the guidelines described on the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) page.
5052
options:
51-
- label: I confirm
53+
- label: I confirm that my mode follows the guidelines.
5254
required: true
5355
validations:
5456
required: true
5557
- type: markdown
5658
attributes:
5759
value: |
60+
---
61+
5862
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
5963
6064
The result of this validation will be added to this issue:

.github/ISSUE_TEMPLATE/4_new-examples.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ body:
1212
If you need help creating an example pack, see the [Examples Overview](https://github.com/processing/processing/wiki/Examples-Overview) or ask on the [Processing Forum](https://discourse.processing.org/).
1313
1414
Please provide the necessary information below.
15-
- type: markdown
16-
attributes:
17-
value: |
15+
16+
---
17+
1818
#### About the Properties File
1919
2020
A properties file (e.g., `myExamples.txt`) is necessary for submitting your example pack. It should be a direct copy of your `examples.properties` file, hosted in the same directory as your `.zip` distribution, and share the same base name.
@@ -26,6 +26,8 @@ body:
2626
2727
> [!IMPORTANT]
2828
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
29+
30+
---
2931
- type: input
3032
id: properties_url
3133
attributes:
@@ -46,15 +48,17 @@ body:
4648
id: guidelines_confirmation
4749
attributes:
4850
label: Guidelines Confirmation
49-
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.
51+
description: All example packs must follow the guidelines described on the [Examples Overview](https://github.com/processing/processing/wiki/Examples-Overview) page.
5052
options:
51-
- label: I confirm
53+
- label: I confirm that my example pack follows the guidelines.
5254
required: true
5355
validations:
5456
required: true
5557
- type: markdown
5658
attributes:
5759
value: |
60+
---
61+
5862
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
5963
6064
The result of this validation will be added to this issue:

0 commit comments

Comments
 (0)