FrankChen021 commented on code in PR #19854:
URL: https://github.com/apache/druid/pull/19854#discussion_r3698986215


##########
AGENTS.md:
##########
@@ -41,6 +41,13 @@ Real-time analytics database. Java, Maven, multi-module 
project.
 - End every file with a newline.
 - Don't format changes unnecessarily.
 
+## Pull Requests
+
+- PR titles targeting `master` must use the Conventional Commits format: 
`<type>: <description>` or `<type>(<scope>): <description>`.

Review Comment:
   [P2] Document breaking-change title variants
   
   The v6 title-check action accepts breaking-change titles such as `refactor!: 
...`, and Conventional Commits also permits `<type>(<scope>)!: ...`. This new 
mandatory rule omits both forms. Agents following it for a breaking PR will 
drop the `!`, preventing release automation that consumes the title from 
recognizing the breaking change. Include both `!` variants.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to