Files
mission-control/docs/11-contributing.md
2026-02-11 06:15:54 +00:00

14 lines
337 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Contributing
## How to contribute (first pass)
- Follow the repos existing PR and review conventions.
- Prefer small PRs.
- Update docs when behavior changes.
## Adding/changing docs
- Canonical docs live in `docs/`.
- Follow the IA in `docs/README.md`.
## Testing expectations
- See [docs/testing/README.md](testing/README.md).