Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,24 @@ When the user says "Let's start work on CODAP-XXX" (or similar):
- Example: `CODAP-1027-inbounds-url-param`
- Use lowercase kebab-case for the description
- Keep it concise but descriptive
- **Always propose the branch name and get user approval before creating it**

3. **Update Jira status**: Transition the story to "In Progress"

### Creating a Pull Request

When the work is ready for initial CI validation:

1. **Create a draft PR**:
1. **Create a PR**:
- Title format: `{JIRA-ID}: {description}` (e.g., `CODAP-1027: add inbounds URL parameter`)
- Description should include:
- Summary of the changes
- Reference to the Jira story (e.g., `Fixes CODAP-1027` or link to the story) so Jira links it automatically
- Apply the `v3` label
- **For PRs with code changes**: Create as a draft PR. Mark as "Ready for Review" only after CI passes.
- **For docs-only PRs** (no code changes): Create as a regular (non-draft) PR — no need for CI validation.

2. **Initial CI validation**:
2. **Initial CI validation** (code PRs only):
- CI runs automatically on PRs (lint, build, limited Cypress tests)
- Review CI results and fix any issues

Expand Down
Loading