2026-02-11 06:15:54 +00:00
|
|
|
|
# Contributing
|
|
|
|
|
|
|
2026-02-11 06:30:08 +00:00
|
|
|
|
## Deep dives
|
|
|
|
|
|
|
|
|
|
|
|
- [Coverage policy](coverage-policy.md)
|
|
|
|
|
|
- [Testing guide](testing/README.md)
|
|
|
|
|
|
|
2026-02-11 09:46:42 +00:00
|
|
|
|
## How to contribute
|
2026-02-11 06:15:54 +00:00
|
|
|
|
- Follow the repo’s existing PR and review conventions.
|
|
|
|
|
|
- Prefer small PRs.
|
|
|
|
|
|
- Update docs when behavior changes.
|
|
|
|
|
|
|
|
|
|
|
|
## Adding/changing docs
|
|
|
|
|
|
- Canonical docs live in `docs/`.
|
2026-02-11 10:40:02 +00:00
|
|
|
|
- Follow the IA in [Docs landing](README.md).
|
2026-02-11 06:15:54 +00:00
|
|
|
|
|
|
|
|
|
|
## Testing expectations
|
|
|
|
|
|
- See [docs/testing/README.md](testing/README.md).
|