When working an issue, start by making a branch if you are not on the correct one.
Pattern: <username>/<type>/<issue_number>-<description>
username: short name identifying the developer (nicgfor Nicolas; use your own otherwise)type: one offeat,bug,taskissue_number: GitHub issue number, when one existsdescription: short kebab-case summary
Before creating a branch, check git branch -a to see which username prefix
the current user has been using in this repo.
When a commit is linked to a GitHub issue: #<issue_number> | <description>
Full conventions also live in README.md → "Git Conventions".