Skip to content

Commit 9b9d84d

Browse files
committed
add pr and changelog guidance
1 parent c5033cb commit 9b9d84d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.claude/CLAUDE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,19 @@ Tests use `Tests\Utils\` namespace for test fixtures (Models, Queries, Mutations
8585
- Never use `final` in `src/`, always in `tests/`
8686
- Full namespace in PHPDoc (`@var \Full\Namespace\Class`), imports in code
8787
- Code elements with `@api` have stability guarantees between major versions
88+
89+
## Pull Requests
90+
91+
Follow the [PR template](.github/PULL_REQUEST_TEMPLATE.md):
92+
- Link related issues
93+
- Add or update tests
94+
- Document user-facing changes in `/docs`
95+
- Update `CHANGELOG.md`
96+
97+
### Changelog
98+
99+
Add entries to the `## Unreleased` section in [CHANGELOG.md](/CHANGELOG.md).
100+
Use categories: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`.
101+
End each entry with a link to the PR.
102+
103+
See [CONTRIBUTING.md](/CONTRIBUTING.md) for full guidelines.

0 commit comments

Comments
 (0)