Croway commented on code in PR #1828: URL: https://github.com/apache/camel-spring-boot/pull/1828#discussion_r3475008195
########## .oss-ai-helper-rules/project-guidelines.md: ########## @@ -0,0 +1,18 @@ +# 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>` +- **Commit format (fix):** `<ISSUE_ID>: <brief description of fix>` +- **Commit format (quick-fix):** `chore: <brief description>` +- **CI-issue branch:** `ci-issue/<short-slug>` +- **Commit format (ci-issue):** `ci: <brief description>` +- **PR creation:** always +- **Find-task source:** Jira +- **Find-task beginner JQL:** `project = CAMEL AND status = Open AND labels = good-first-issue` (maxResults=10) +- **Find-task intermediate:** Filter 12352792 (easy issues) Review Comment: does this filter exists? and is it public? -- 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]
