Skip to content

Commit 217d4fa

Browse files
authored
Update agents.md (#5503)
1 parent 8242545 commit 217d4fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,12 @@ rdf4j: root project
718718
* Don’t commit or push unless explicitly asked.
719719
* Don’t add new dependencies without explicit approval.
720720
721+
### Version Control Conventions
722+
723+
* Branch names must always start with the GitHub issue identifier in the form `GH-XXXX`, where `XXXX` is the numeric issue number.
724+
* Every commit message must be prefixed with the corresponding `GH-XXXX` label.
725+
* Exception: if no GitHub issue number is available for the task, clearly note this in your handoff and align with the requester on an appropriate branch/commit prefix before proceeding.
726+
721727
It is illegal to `-am` when running tests!
722728
It is illegal to `-q` when running tests!
723729
You must follow these rules and instructions exactly as stated.

0 commit comments

Comments
 (0)