Skip to content

Commit cbb56b5

Browse files
committed
Add important note to issue templates about maintaining release URLs
1 parent 57f2de1 commit cbb56b5

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/1_new-library.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ body:
2424
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myLibrary.txt`
2525
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myLibrary.zip`
2626
27+
> [!IMPORTANT]
28+
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
29+
2730
For more details, see the [Release Artifacts section of the Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines#release-artifacts).
2831
- type: input
2932
id: properties_url

.github/ISSUE_TEMPLATE/2_new-tool.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ body:
2323
If your release artifacts are hosted at `https://github.com/yourusername/yourrepo/releases/latest/`, ensure these files are available:
2424
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myTool.txt`
2525
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myTool.zip`
26+
27+
> [!IMPORTANT]
28+
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
2629
- type: input
2730
id: properties_url
2831
attributes:

.github/ISSUE_TEMPLATE/3_new-mode.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ body:
2323
If your release artifacts are hosted at `https://github.com/yourusername/yourrepo/releases/latest/`, ensure these files are available:
2424
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myMode.txt`
2525
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myMode.zip`
26+
27+
> [!IMPORTANT]
28+
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
2629
- type: input
2730
id: properties_url
2831
attributes:

.github/ISSUE_TEMPLATE/4_new-examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ body:
2323
If your release artifacts are hosted at `https://github.com/yourusername/yourrepo/releases/latest/`, ensure these files are available:
2424
- `.txt` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myExamples.txt`
2525
- `.zip` file: `https://github.com/yourusername/yourrepo/releases/latest/download/myExamples.zip`
26+
27+
> [!IMPORTANT]
28+
> Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
2629
- type: input
2730
id: properties_url
2831
attributes:

0 commit comments

Comments
 (0)