Skip to content

Commit 06c1343

Browse files
authored
Merge branch 'main' into transitapp
Signed-off-by: miloit <MichaelLoercher@web.de>
2 parents 5b1c6e7 + 1719ae5 commit 06c1343

396 files changed

Lines changed: 11630 additions & 3037 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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

.github/workflows/update-maven.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
.metadata/
1111
bin/
12+
generated/
1213
target/
1314
src-gen/
1415
xtend-gen/

0 commit comments

Comments
 (0)