# Contributing

Thanks for contributing!

## Ground rules

- Keep the public API surface small.
- Prefer adding tests (golden cases) before changing behavior.
- Document explicit non-goals and limitations in the README when relevant.

## Local dev

```bash
composer install
composer qa
```

## Pull requests

- Include tests for behavior changes.
- Keep changes backwards-compatible whenever reasonable (especially once this reaches 1.0.0).
