You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Github workflow
Branch naming
feature/<IssueId>-<ShortName>#<PartName>
bug/<IssueId>-<ShortName>#<PartName>
Merging
Always rebase before merging - no merge commits!!!