Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 1 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 thetvdb-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.