570 B
570 B
Contributing
Drive v2 is private and owner-maintained. Changes should be made through small branches and reviewed pull requests.
Before opening a pull request:
- Read
AGENTS.md, the relevant architecture sections, and applicable ADRs. - Keep the change limited to one feature or architectural concern.
- Run backend, frontend, generated-contract, and container checks applicable to the change.
- Add an ADR before changing a public contract, dependency policy, storage semantics, or module boundary.
- Do not combine unrelated cleanup with functional work.