Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.82 KB

CONTRIBUTING.md

File metadata and controls

42 lines (32 loc) · 1.82 KB

Contributing

Git (commits & merge requests)

To submit a feature or bugfix:

  1. Create an issue:
    • Reccommended 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 of these developers:

Code conventions

Kotlin Code Conventions are used

Unit tests

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

More...

More about sources and contrib.

Feel free to contact us.