orpiske commented on code in PR #1828:
URL:
https://github.com/apache/camel-spring-boot/pull/1828#discussion_r3475020474
##########
.oss-ai-helper-rules/project-standards.md:
##########
@@ -0,0 +1,16 @@
+# Project Standards
+
+This rule file contains build tools, commands, and code style constraints for
the project. Commands read this file to determine how to build, test, and
format code.
+
+- **Build tool:** Maven
+- **Build command:** `mvn verify`
Review Comment:
_Claude Code on behalf of Otavio Rodolfo Piske_
Fixed — changed build command to `mvn install -DskipTests`.
##########
.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:
_Claude Code on behalf of Otavio Rodolfo Piske_
Yes, filter 12352792 ("Camel - Easy Tickets") exists and is globally shared
(public). It queries: `project = CAMEL AND status in (Open, "In Progress",
Reopened) AND labels in (easy, easy-fix)`. It's owned by orpiske.
--
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]