Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 461 Bytes

File metadata and controls

17 lines (11 loc) · 461 Bytes

Contributing

Ensure your code compiles:

./gradlew

This project is available under the MIT license. The license can be found in LICENSE.txt.

Contributions must be licensed under the MIT license.

Pull Request Guidelines

  • PRs must contain a single commit
  • Keep all related changes in a single PR
  • Be descriptive, explain the reasoning behind your changes
  • Document your code (Javadocs)
  • Using rebasing/force-pushes for revisions and updates