Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 881 Bytes

File metadata and controls

27 lines (18 loc) · 881 Bytes

Contributing

Pull requests are more than welcome from everyone and for everything: improvements, bug fixes, documentation, tests, etc.

Contributing is easy:

  • You can report bugs and request features using the issues page.

  • You can easily work on the code:

    1. Fork the project, then clone the repo
    2. Make your change(s)
    3. Push to your fork and submit a pull request

Make sure to:

  1. Write tests / fix tests relevant to your changes
  2. Ensure the build passes: mvn clean install
  3. Write a good commit message
  4. Describe your pull request - what, why, how, ...
  5. Link the pull request to the relevant issue(s) by mentioning them (#<issue-number>)
  6. Assign relevant labels
  7. Be open minded and open for discussion