Skip to content

Commit 74be226

Browse files
committed
Update issue templates to clarify properties file URL description
1 parent 28c197a commit 74be226

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
id: properties_url
1818
attributes:
1919
label: Properties File URL
20-
description: URL of your `library.properties` file.
20+
description: URL of your properties `.txt` file (e.g. `myLibrary.txt`). It should be in your published release artifacts.
2121
placeholder: https://
2222
validations:
2323
required: true

.github/ISSUE_TEMPLATE/2_new-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
id: properties_url
1818
attributes:
1919
label: Properties File URL
20-
description: URL of your `tool.properties` file.
20+
description: URL of your properties `.txt` file (e.g. `myTool.txt`). It should be in your published release artifacts.
2121
placeholder: https://
2222
validations:
2323
required: true

.github/ISSUE_TEMPLATE/3_new-mode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
id: properties_url
1818
attributes:
1919
label: Properties File URL
20-
description: URL of your `mode.properties` file.
20+
description: URL of your properties `.txt` file (e.g. `myMode.txt`). It should be in your published release artifacts.
2121
placeholder: https://
2222
validations:
2323
required: true

.github/ISSUE_TEMPLATE/4_new-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
id: properties_url
1818
attributes:
1919
label: Properties File URL
20-
description: URL of your `examples.properties` file.
20+
description: URL of your properties `.txt` file (e.g. `myExamples.txt`). It should be in your published release artifacts.
2121
placeholder: https://
2222
validations:
2323
required: true

0 commit comments

Comments
 (0)