You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -718,6 +718,12 @@ rdf4j: root project
718
718
* Don’t commit or push unless explicitly asked.
719
719
* Don’t add new dependencies without explicit approval.
720
720
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
+
721
727
It is illegal to `-am` when running tests!
722
728
It is illegal to `-q` when running tests!
723
729
You must follow these rules and instructions exactly as stated.
0 commit comments