Skip to content

Commit 688be46

Browse files
authored
Clean up issue and pull request templates (#21430)
Update outdated environment examples and use the configured Markdown list style in the issue templates. Remove the obsolete JFrog pull request artifact guidance and the corresponding temporary exception from AGENTS.md. Signed-off-by: Wouter Born <github@maindrain.net>
1 parent 059385d commit 688be46

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ type: Bug
4242

4343
## Your Environment
4444
<!-- Include as many relevant details about the environment you experienced the bug in -->
45-
* Version used: (e.g., openHAB and add-on versions)
46-
* Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...):
47-
* Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...):
45+
- Version used: (e.g., openHAB and add-on versions)
46+
- Environment name and version (e.g. Chrome 151, Java 21, Node.js 24.19.0, ...):
47+
- Operating System and version (desktop or mobile, Windows 11, Raspberry Pi OS Trixie, ...):

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ type: Feature
1414

1515
## Your Environment
1616
<!-- Include as many relevant details about the environment when applicable -->
17-
* Version used: (e.g., openHAB and add-on versions)
18-
* Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...):
19-
* Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...):
17+
- Version used: (e.g., openHAB and add-on versions)
18+
- Environment name and version (e.g. Chrome 151, Java 21, Node.js 24.19.0, ...):
19+
- Operating System and version (desktop or mobile, Windows 11, Raspberry Pi OS Trixie, ...):

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ Please keep the following in mind:
4949
5050
# Testing
5151
52-
Your pull request will automatically be built and available under the following folder:
53-
https://openhab.jfrog.io/ui/native/libs-pullrequest-local/org/openhab/addons/bundles/
54-
5552
It is a good practice to add a URL to your built JAR in this pull request description,
5653
so it is easier for the community to test your Add-on.
5754
If your pull request contains a new binding, it will likely take some time

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,5 @@ Before considering a change complete:
308308
When creating a pull request, read and follow `.github/PULL_REQUEST_TEMPLATE.md` for the repository's current PR requirements.
309309

310310
- Treat HTML-commented template text as instructions and write visible Markdown that addresses the applicable requirements; do not copy the comment delimiters or leave the PR description hidden inside an HTML comment.
311-
- The template's guidance about linking to automatically generated pull-request build artifacts is currently outdated; do not add such artifact links.
312311
- Before creating or updating a pull request, verify that its title and description still match the current diff and scope, especially after follow-up changes.
313312
- Treat the template as the source of truth for the remaining pull-request requirements rather than duplicating them here.

0 commit comments

Comments
 (0)