Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.34 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?

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

  1. Fork trakt-java.
  2. Create a new branch and make great commits.
    • If you add or modify endpoints, make sure to also create and run basic tests (see src/test).
    • If you make non-trivial changes (see above), make sure to add a copyright line at the top of the file.
  3. Start a pull request against main.

No code!

Setup

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

The tests provide temporary credentials (see BaseTestCase), so running tests should just work. If an unauthorized error is returned, let me know that the test credentials need to be refreshed.