I want to make contributing to this project as easy and transparent as possible.
I actively welcome your pull requests.
If you're new, we encourage you to take a look at issues tagged with good first issue
- Create a GitHub issue proposing a new example and make sure it's substantially different from an existing one.
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests to
src/test. - Ensure your test passes locally.
- Fork the repo and create your branch from
main. - Make your code change.
- First, install all dependencies with
mvn dependency:resolve. - Then, make sure that
mvn testpasses locally. - Address any feedback in code review promptly.
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
By contributing to examples, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.