General Conventions - tempus-app/wiki GitHub Wiki

Git

PR

PRs will follow the following convention:

[feat/chore/bug]([api/frontend]):"PR-Name"

PR-name will be the same as the branch name.

Commit

Commits will follow the following convention: [feat/chore/bug]([api/frontend]):"<verb> commit message"

Branch

Branches names will follow the following convention:

[feature/chore/bug]-[api/frontend]/description-of-task

Issue

Issues will follow the following convention: [feature/chore/bug]-[api/frontend]/description-of-task

⚠️ **GitHub.com Fallback** ⚠️