Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
12
CONTRIBUTING.md
Normal file
12
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Contributing
|
||||
|
||||
Drive v2 is private and owner-maintained. Changes should be made through small branches and reviewed pull requests.
|
||||
|
||||
Before opening a pull request:
|
||||
|
||||
1. Read `AGENTS.md`, the relevant architecture sections, and applicable ADRs.
|
||||
2. Keep the change limited to one feature or architectural concern.
|
||||
3. Run backend, frontend, generated-contract, and container checks applicable to the change.
|
||||
4. Add an ADR before changing a public contract, dependency policy, storage semantics, or module boundary.
|
||||
5. Do not combine unrelated cleanup with functional work.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue