Skip to content

Commit cf59fb7

Browse files
committed
Clarify binding skeleton invocation
Signed-off-by: Wouter Born <github@maindrain.net>
1 parent 9a5293e commit cf59fb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Before considering a change complete:
296296
- Read the binding development guide before creating a new binding: <https://www.openhab.org/docs/developer/#develop-a-new-binding>
297297
- Determine the binding name and real human author name from the user's request or reliable repository information; do not invent them.
298298
- Ensure the target binding does not already exist.
299-
- Use the provided `create_openhab_binding_skeleton` script rather than creating the binding structure manually.
299+
- Run the appropriate `create_openhab_binding_skeleton` script from the `bundles/` directory rather than creating the binding structure manually.
300300
- Quote the author name when passing it to the script because it can contain spaces.
301301
- Let the creation script update `CODEOWNERS`, inspect all generated changes, and remove anything unintended.
302302
- Run `mvn spotless:apply` from the generated binding directory after creation.
@@ -308,4 +308,4 @@ When creating a pull request, read and follow `.github/PULL_REQUEST_TEMPLATE.md`
308308
- 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.
309309
- The template's guidance about linking to automatically generated pull-request build artifacts is currently outdated; do not add such artifact links.
310310
- 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.
311-
- Treat the template as the source of truth for the remaining pull-request requirements rather than duplicating them here.
311+
- Treat the template as the source of truth for the remaining pull-request requirements rather than duplicating them here.

0 commit comments

Comments
 (0)