We welcome contributions from the open source community. If you want to contribute, we ask you to follow these guidelines. Please reach out to us if you have questions or wish to contribute.
Please follow our Code of Conduct when contributing.
We use the following code and API conventions:
The license information for this project can be found in LICENSE.md.
We use Conventional Commits for our commit messages. Specifically we use the following format for our commit messages:
<type>[optional scope]: <description>
[body]
[footer]
When you create a Pull Request (PR) please follow the following instructions to comply to our Conventional Commits guidelines:
- Make sure the PR title complies to:
<type>[optional scope]: <description>. E.g.feat: add new feature. - In the PR body fill in the body consisting of one line of text. E.g.
Added new exciting feature. - In the footer reference the JIRA issue (typically a subtask) number from our JIRA project as follows:
Solves XXX, whereXXXis the reference to the (JIRA) issue number.