Hey there, contributor! First off, thank you for considering a contribution to the Commonhaus Foundation (CF).
We appreciate your effort and your desire to make this a better resource for everyone. While there might not be traditional code here, we treat our documents with the same rigor and attention to detail.
All original contributions to Quarkus are licensed under the ASL - Apache License, version 2.0 or later, or, if another license is specified as governing the file or directory being modified, such other license.
All contributions are subject to the Developer Certificate of Origin (DCO). The DCO text is also included verbatim in the dco.txt file in the root directory of the repository.
While opening an issue is generally recommended for tracking and discussing proposed changes, it's not always required, especially for trivial modifications.
- For smaller changes or straightforward fixes, you can directly initiate a pull request (PR) where discussions can also take place.
- For more significant updates or enhancements, opening an issue helps in organizing and deliberating the changes with the community and relevant teams.
Fork the repository to your own GitHub account. This will allow you to work on your proposed changes independently before submitting them for review.
Our documents aim to be direct and developer-friendly. We value clarity, so please ensure your changes or additions reflect that.
Please maintain the structure and format of the documents you're amending. Consistency makes it easier for everyone.
In your commit messages, reference the issue number you're addressing. For instance:
git commit -m "Fixed typo in section X, resolves #123"
Once you're ready to submit your changes, create a new pull request from your fork. Ensure the PR description is clear about the changes you've made.
One of the CODEOWNERS
will review your PR.
We might request further clarifications, changes, or provide feedback.
If feedback is provided on your PR, please address it in a timely manner. Once all feedback has been addressed, and the PR is approved, it will be merged into the main repository.
Every contribution, be it small or large, helps us maintain and improve this repository. Your willingness to help is genuinely appreciated.
For any questions or further information, don't hesitate to reach out to us.
Happy contributing!