Skip to content

Commit 4e005dd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)