Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.41 KB

File metadata and controls

33 lines (23 loc) · 1.41 KB

Contributing

Git (commits & merge requests)

To submit a feature or bugfix:

  1. Create an issue:
    • Recommended format for the title:
      • [Component] Title where component might be Studio, Core, Doc, etc. and title usually is like Do or fix something
  2. Create a pull request and link it to the issue(s):
    • All commits should be signed
    • Please rebase and squash unnecessary commits (tips: PR can be tagged as Draft) before submitting
    • Recommended format for the branch name :
      • ISSUEID_short_title
    • Recommended format for the commit(s) message(s):
      • resolves #ISSUEID Component: title for features
      • fixes #ISSUEID Component: title for fixes
  3. To be merged, a pull request must pass the tests and be reviewed by at least two approvers

Code conventions

Kotlin Code Conventions are used for kotlin code.

Unit tests

Every new feature or fix should embed its unit test(s).

More...

More about sources and contrib.

Feel free to contact us.