chore(gitlab): add MR template (ADR-0028 phase 1) #238
@@ -0,0 +1,30 @@
|
|||||||
|
<!--
|
||||||
|
MR title format — becomes the squash-merge subject on main, validated by commitlint.
|
||||||
|
|
||||||
|
<type>(<scope>): <short description>
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
feat(portal-shell): add user-preferences panel skeleton
|
||||||
|
fix(portal-bff): correct env var bracket access
|
||||||
|
docs(decisions): add ADR-0018 for security baseline
|
||||||
|
chore(deps): bump @nx/* to 22.7.2
|
||||||
|
|
||||||
|
Imperative mood, lowercase, no trailing period, target ≤ 70 chars.
|
||||||
|
See docs/development.md §7 for the full convention (types, scopes).
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
## Motivation
|
||||||
|
|
||||||
|
## Implementation notes
|
||||||
|
|
||||||
|
## Verification
|
||||||
|
|
||||||
|
- [ ] `pnpm ci:check` green locally
|
||||||
|
- [ ] `pnpm ci:audit` green (or pre-existing drift acknowledged)
|
||||||
|
- [ ] Tested manually:
|
||||||
|
- [ ] Architecture diagram updated (if `docs/architecture.md` was affected)
|
||||||
|
- [ ] ADR amended or added (if a decision changed)
|
||||||
|
|
||||||
|
## Related
|
||||||
Reference in New Issue
Block a user