- Create an issue
- Create a pull request linked to this issue
- All commits have to be signed
- Please squash your commits before submitting the PR
- Recommended format for the branch : "[ticketId]-[ticket title]"
- Recommended format for the commit message:
- "resolves #[ticketId] [ticket title]" adds a feature
- "fixes #[ticketId] [ticket title]" fixes a bug
- Before merging, the PR should be reviewed by at least two of these developers:
Official Coding Conventions are used
When adding a feature or a fixing a bug, adding unit tests is mandatory