Skip to content

Commit

Permalink
Merge pull request #54 from SableRaf/main
Browse files Browse the repository at this point in the history
Clarified confirmation text and added separators for improved legibility
  • Loading branch information
SableRaf authored Jan 13, 2025
2 parents 907f14c + 1b8cf9a commit 9b09746
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 20 deletions.
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/1_new-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ body:
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/).
Please complete the form below with the necessary information about your library.
- type: markdown
attributes:
value: |
---
#### About the Properties File
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.
Expand All @@ -28,6 +28,8 @@ body:
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
For more details, see the [Release Artifacts section of the Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines#release-artifacts).
---
- type: input
id: properties_url
attributes:
Expand All @@ -48,15 +50,17 @@ body:
id: guidelines_confirmation
attributes:
label: Guidelines Confirmation
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.
description: All libraries must follow the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines).
options:
- label: I confirm
- label: I confirm that my library follows the guidelines.
required: true
validations:
required: true
- type: markdown
attributes:
value: |
---
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
The result of this validation will be added to this issue:
Expand Down
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/2_new-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ body:
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/).
Please provide the necessary information below.
- type: markdown
attributes:
value: |
---
#### About the Properties File
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.
Expand All @@ -26,6 +26,8 @@ body:
> [!IMPORTANT]
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
---
- type: input
id: properties_url
attributes:
Expand All @@ -46,15 +48,17 @@ body:
id: guidelines_confirmation
attributes:
label: Guidelines Confirmation
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.
description: All tools must follow the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines).
options:
- label: I confirm
- label: I confirm that my tool follows the guidelines.
required: true
validations:
required: true
- type: markdown
attributes:
value: |
---
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
The result of this validation will be added to this issue:
Expand Down
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/3_new-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ body:
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/).
Please provide the necessary information below.
- type: markdown
attributes:
value: |
---
#### About the Properties File
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.
Expand All @@ -26,6 +26,8 @@ body:
> [!IMPORTANT]
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
---
- type: input
id: properties_url
attributes:
Expand All @@ -46,15 +48,17 @@ body:
id: guidelines_confirmation
attributes:
label: Guidelines Confirmation
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.
description: All modes must follow the guidelines described on the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) page.
options:
- label: I confirm
- label: I confirm that my mode follows the guidelines.
required: true
validations:
required: true
- type: markdown
attributes:
value: |
---
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
The result of this validation will be added to this issue:
Expand Down
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/4_new-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ body:
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/).
Please provide the necessary information below.
- type: markdown
attributes:
value: |
---
#### About the Properties File
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.
Expand All @@ -26,6 +26,8 @@ body:
> [!IMPORTANT]
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
---
- type: input
id: properties_url
attributes:
Expand All @@ -46,15 +48,17 @@ body:
id: guidelines_confirmation
attributes:
label: Guidelines Confirmation
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.
description: All example packs must follow the guidelines described on the [Examples Overview](https://github.com/processing/processing/wiki/Examples-Overview) page.
options:
- label: I confirm
- label: I confirm that my example pack follows the guidelines.
required: true
validations:
required: true
- type: markdown
attributes:
value: |
---
Once you submit this form, the `.txt` file at the provided URL will be parsed and validated.
The result of this validation will be added to this issue:
Expand Down

0 comments on commit 9b09746

Please sign in to comment.