Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 1.49 KB

Contributing

Note: This project is in the public domain. If you contribute any non-trivial patches you agree with the following:

I dedicate any and all copyright interest in this software to the
public domain. I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors. I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.

Would you like to contribute code?

  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 ensuring they work (see src/test).
  3. Start a pull request against master. Reference existing issues when possible.

No code!

Setup

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