Skip to content

Commit 9eb36b3

Browse files
committed
Standardize header formatting for "About the Properties File" in issue templates
1 parent 52321e3 commit 9eb36b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
- type: markdown
1616
attributes:
1717
value: |
18-
### About the Properties File
18+
#### 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.
2121

.github/ISSUE_TEMPLATE/2_new-tool.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
- type: markdown
1616
attributes:
1717
value: |
18-
### About the Properties File
18+
#### 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.
2121

.github/ISSUE_TEMPLATE/3_new-mode.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
- type: markdown
1616
attributes:
1717
value: |
18-
### About the Properties File
18+
#### 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.
2121

.github/ISSUE_TEMPLATE/4_new-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
- type: markdown
1616
attributes:
1717
value: |
18-
### About the Properties File
18+
#### 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.
2121

0 commit comments

Comments
 (0)