apupier commented on code in PR #24251: URL: https://github.com/apache/camel/pull/24251#discussion_r3474751749
########## .oss-ai-helper-rules/project-guidelines.md: ########## @@ -0,0 +1,24 @@ +# Project Guidelines + +This rule file contains branching, commit, PR, and task-finding conventions for the project. Commands read this file to determine how to name branches, format commits, and search for tasks. + +- **Fix branch:** `fix/<ISSUE_ID>` +- **Feature branch:** `feature/<ISSUE_ID>-<short-slug>` +- **Bugfix branch:** `bugfix/<ISSUE_ID>` +- **Quick-fix branch:** `quick-fix/<short-slug>` +- **SonarCloud branch:** `ci-camel-4-sonarcloud-<rule>` (customizable via `branch=<name>` option) Review Comment: What is a Sonarcloud branch? -- 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]
