Files
openclaw-mission-control/docs/11-contributing.md

14 lines
337 B
Markdown
Raw Normal View History

# 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).