FrankChen021 commented on code in PR #19854: URL: https://github.com/apache/druid/pull/19854#discussion_r3699028182
########## 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: Good catch. Updated AGENTS.md in 5cdc60d8a0 to document both breaking-change title variants (type!: description and type(scope)!: description) and clarify that ! is for backward-incompatible changes that may require users to update existing code, configuration, or integrations. -- 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]
