orpiske commented on code in PR #24251:
URL: https://github.com/apache/camel/pull/24251#discussion_r3474800103


##########
.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:
   We can adjust later. For now, let's just get this one as they were ... then, 
later, we can adjust - that's the point of moving them here (so the project can 
do these fine adjustments more easily).



-- 
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]

Reply via email to