Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
- Install Java 8 and Maven 3
- Install IntelliJ IDEA 2017.1+ on your system (Community Edition should be fine): https://www.jetbrains.com/idea/download/
- Fork the repo: https://github.com/AquaticInformatics/aquarius-sdk-java
Either build from within IntelliJ, or run mvn package from the root of the repo.
The JUnit-based test suite can be run from with IntelliJ, or run mvn test from the root of the repo.
We actively welcome your pull requests.
- Fork the repo and create your branch from
develop. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
By contributing to the Aquarius SDK, you agree that your contributions will be licensed under its AGPLv3 license.