To submit a feature or bugfix:
- 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
- Reccommended 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: title
for featuresfixes #ISSUEID Component: title
for fixes
- To be merged, a pull request must pass the tests and be reviewed by at least two of these developers:
Kotlin Code Conventions are used
Every new feature or fix should embed its unit test(s).
More about sources and contrib.
Feel free to contact us.