Skip to content

Conventions

Intrpt edited this page May 27, 2024 · 1 revision

Welcome to the IndieGameStream wiki!

ADR naming

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!!!

Clone this wiki locally