Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.01 KB

Contributing

Note: This work is licensed under the Apache License 2.0. If you contribute any non-trivial patches make sure to read and agree with the license.

Would you like to contribute code?

Note: Keep your pull requests small, otherwise it is less likely they will get merged.

  1. Fork tmdb-java.
  2. Create a new branch and make great commits + messages. If you add or modify methods, make sure to also create and run basic tests (see src/test).
  3. Start a pull request against main.

No code!

Setup

This project is built with Maven, see the pom.xml in the root folder.