To submit a feature or bugfix:
- Create an issue:
- Recommended format for the title:
[Component] Titlewhere component might be Studio, Core, Doc, etc. and title usually is like Do or fix something
- Recommended format for the title:
- 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: titlefor featuresfixes #ISSUEID Component: titlefor fixes
- To be merged, a pull request must pass the tests and be reviewed by at least two approvers
Kotlin Code Conventions are used for kotlin code.
Every new feature or fix should embed its unit test(s).
More about sources and contrib.
Feel free to contact us.