Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 770 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 770 Bytes

Contributing

Considering that this project is actively maintained, contributions of all types are welcome.

Opening issues

Open a new issue when:

  • you notice an unwanted behavior
  • you want a new feature implemented
  • you have just some doubts

To open a new issue, please use the provided issue template and fill it out as much as possible. If you are interested to an existing issue, feel free to comment the issue or subscribe to it.

Submitting pull requests

If you want to fix a bug or implement a new feature, feel free to submit a new pull request. To submit a pull request, you have to fork this repository and fill the PR template. When you want to submit a pull request, remember to:

  • follow this project's code style
  • run ./gradlew clean check