Skip to content

Commit 57f2de1

Browse files
committed
Update issue templates to reference GitHub release URLs for .txt and .zip files
1 parent 3495163 commit 57f2de1

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ body:
2020
The `.txt` 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
2222
**Example:**
23-
If your release artifacts are hosted at `https://mywebsite.com/releases/latest/`, ensure these files are available:
24-
- `.txt` file: `https://mywebsite.com/releases/latest/myLibrary.txt`
25-
- `.zip` file: `https://mywebsite.com/releases/latest/myLibrary.zip`
23+
If your release artifacts are hosted at `https://github.com/yourusername/yourrepo/releases/latest/`, ensure these files are available:
24+
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myLibrary.txt`
25+
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myLibrary.zip`
2626
2727
For more details, see the [Release Artifacts section of the Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines#release-artifacts).
2828
- type: input

.github/ISSUE_TEMPLATE/2_new-tool.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ body:
2020
The `.txt` 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
2222
**Example:**
23-
If your release artifacts are hosted at `https://mywebsite.com/releases/latest/`, ensure these files are available:
24-
- `.txt` file: `https://mywebsite.com/releases/latest/myTool.txt`
25-
- `.zip` file: `https://mywebsite.com/releases/latest/myTool.zip`
23+
If your release artifacts are hosted at `https://github.com/yourusername/yourrepo/releases/latest/`, ensure these files are available:
24+
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myTool.txt`
25+
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myTool.zip`
2626
- type: input
2727
id: properties_url
2828
attributes:

.github/ISSUE_TEMPLATE/3_new-mode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ body:
2020
The `.txt` 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
2222
**Example:**
23-
If your release artifacts are hosted at `https://mywebsite.com/releases/latest/`, ensure these files are available:
24-
- `.txt` file: `https://mywebsite.com/releases/latest/myMode.txt`
25-
- `.zip` file: `https://mywebsite.com/releases/latest/myMode.zip`
23+
If your release artifacts are hosted at `https://github.com/yourusername/yourrepo/releases/latest/`, ensure these files are available:
24+
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myMode.txt`
25+
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myMode.zip`
2626
- type: input
2727
id: properties_url
2828
attributes:

.github/ISSUE_TEMPLATE/4_new-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ body:
2020
The `.txt` 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
2222
**Example:**
23-
If your release artifacts are hosted at `https://mywebsite.com/releases/latest/`, ensure these files are available:
24-
- `.txt` file: `https://mywebsite.com/releases/latest/myExamples.txt`
25-
- `.zip` file: `https://mywebsite.com/releases/latest/myExamples.zip`
23+
If your release artifacts are hosted at `https://github.com/yourusername/yourrepo/releases/latest/`, ensure these files are available:
24+
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myExamples.txt`
25+
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myExamples.zip`
2626
- type: input
2727
id: properties_url
2828
attributes:

0 commit comments

Comments
 (0)