- Git is used as the primary version control system.
- Production releases are done using git tags.
task/JIRA_TICKET_ID/short-description: Used for features and improvements.bugfix/JIRA_TICKET_ID/short-description: Used for bug fixes!refactor/short-description: Refactoring production code to make it more readable or extensible.chore/short-description: Anything else, such as adding tests, updating documentation or removing unused code.