We welcome your contributions! There are multiple ways to contribute.
Join us at #helidon-users and participate in discussions.
If you hit a bug or have an enhancement request then file a GitHub issue. When filing a bug remember that the better written the bug is, the more likely it is to be fixed. Please include:
- Version of Helidon
- Whether you are writing a Helidon SE or MP application
- OS
- Version of Docker or Kubernetes or other software if it's relevant to your issue
- Steps to reproduce
We welcome code contributions, but we need the contributor to sign the Oracle Contributor Agreement (OCA) first.
- Sign the OCA
- Ensure there is an issue created to track and discuss the fix or enhancement you intend to submit.
- Fork this repository.
- Create a branch in your fork to implement the changes. We recommend using the issue number as part of your branch name, e.g. 1234-fixes. Follow DEV-GUIDELINES for a list of rules and best practices followed by project Helidon.
- Ensure that any documentation is updated with the changes that are required by your change.
- Ensure that any samples are updated if the base image has been changed.
- Submit the pull request. Do not leave the pull request blank. Explain exactly what your changes are meant to do and provide simple steps on how to validate. your changes. Ensure that you reference the issue you created as well.
- We will assign the pull request to 2-3 people for review before it is merged
Follow the Golden Rule. If you'd like more specific guidelines see the Contributor Covenant Code of Conduct