Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.24 KB

Contributing

How to add a feature or fix a bug

  1. Create an issue
  2. 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
  3. Before merging, the PR should be reviewed by at least two of these developers:

Code conventions

Kotlin

Official Coding Conventions are used

Unit tests

When adding a feature or a fixing a bug, adding unit tests is mandatory