Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

28 lines (23 loc) · 1.27 KB

Contributing Guidelines

Thanks for your interests in contributing to this project. Please read through this document before your contribution.

Discussing

You are encouraged to use the Github issues for any discussion related activities. Below are the included items but not limited to these:

  1. Reporting bugs or issues
  2. Proposing new features or improvements
  3. Q & A

Contributing

Any changes to the repository are only accepted via Pull Request:

Steps to contribute via the pull request:

  1. Fork the repository
  2. Make the changes with the helpful information in README to the forked repository
  3. After the changes, run the tests against the forked repository
    mvn test
  4. Commit and push the changes to your remote forked repository
  5. Send the pull request to the official repository and describe the details of the changes
  6. Wait for the committer to merge the changes into main branch and take care of the following CI build in case of any failures

License

The project is under Apache 2.0.