make validateUse Conventional Commits 1.0.0:
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Examples:
feat(provisioner): support per-user quota bytes
fix(caddy): preserve webdav host header through proxy
test(payload): assert s3 key prefix isolation
- A failing test was added before the implementation.
-
make validatepasses. - No secrets were committed.
- Any architecture tradeoff is documented in an ADR.
- User-visible docs are updated.