| Folder | Content |
|---|---|
| mobile | the kotlin multiplatform mobile project |
| backend | the azure backend project |
Our work should be clearly defined in actionable tasks. Those task numbers should be easily referenced in our git commit messages e.g. TASK-1 Add initial DB schema
- Separate subject from body with a blank line
- Limit the subject line to 50 characters
- Capitalize the subject line
- Do not end the subject line with a period
- Use the imperative mood in the subject line
- Wrap the body at 72 characters
- Use the body to explain what and why vs. how https://cbea.ms/git-commit/
Create your branch name relatable to your task: e.g. task-1-db-schema-creation
- Enhances ownership of code in the team
- Sharing knowledge in the team
- A moment to learn from each other
- Catch error in code