Skip to content

Commit 3eea171

Browse files
committed
claude file
1 parent 901a193 commit 3eea171

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ ClickHouse Cloud OpenAPI spec: https://api.clickhouse.cloud/v1
6464

6565
- **Branch per feature/issue.** When working on a new feature or issue, create a branch and use a PR workflow. Do not commit directly to `main`.
6666
- If the user references a GitHub issue (e.g. "work on issue 3"), use `gh issue view 3` to get the details, then create a branch like `issue-3-short-description`.
67+
- Update `README.md` and any relevant documentation as part of the change — PRs should include doc updates for new or changed functionality.
6768
- Commit to the branch, push, and create a PR with `gh pr create`.
6869
- Releases are done by tagging `main` (e.g. `git tag v0.1.4 && git push origin v0.1.4`), which triggers the GitHub Actions release workflow.
6970

0 commit comments

Comments
 (0)