yihua commented on code in PR #13883: URL: https://github.com/apache/hudi/pull/13883#discussion_r2354519608
########## .github/PR_TITLE_GUIDELINES.md: ########## @@ -0,0 +1,95 @@ +# Pull Request Title Guidelines + +This project follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for PR titles to ensure consistency and enable automated tooling. + +## Format + +``` +<type>(optional scope): <description> +``` + +For breaking changes that require attention, use + +``` +<type>(optional scope)!: <description> +``` + +## Types Review Comment: Removing this page as discussed. -- 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]
