-
Notifications
You must be signed in to change notification settings - Fork 2
Conventions
Intrpt edited this page May 27, 2024
·
1 revision
ADR files should be stored in the top-level /adr
directory. They should be named by the following convention: DDMMYYYY-shortdescription.md
.
An exemplary ADR can be found in /adr/01011900-example.md
.
feature/<IssueId>-<ShortName>#<PartName>
bug/<IssueId>-<ShortName>#<PartName>
Always rebase before merging - no merge commits!!!