Skip to content

Commit f21a833

Browse files
committed
Add separators to properties file sections in issue templates
1 parent f11e8dd commit f21a833

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 7 additions & 3 deletions
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:
@@ -57,6 +59,8 @@ body:
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

Lines changed: 7 additions & 3 deletions
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:
@@ -55,6 +57,8 @@ body:
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

Lines changed: 7 additions & 3 deletions
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:
@@ -55,6 +57,8 @@ body:
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

Lines changed: 7 additions & 3 deletions
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:
@@ -55,6 +57,8 @@ body:
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)