We aim to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code or proposing a new feature
- Submitting code changes
- Proposing new features
We use GitHub issues to track public bugs. Before opening a new issue, please make sure that similar ones are not there already.
Report a bug by opening a new issue.
We use the discussion section to talk about the current state of the project as well as to propose new features.
In order to submit changes to the TrueLayer Java project the following steps are required:
- Fork the repo and create your branch from
main
. - Make sure to add proper tests in case of code changes.
- Make sure to update the documentation in case of API changes.
- Once code linting and tests passes, you can raise a pull request.
Make sure you adhere to our code of conduct.
By contributing, you agree that your contributions will be licensed under its MIT License.