Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 884 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 884 Bytes

CONTRIBUTING

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

Setup

  1. Install Visual Studio 2017+ on your system (Community Edition should be fine): https://www.visualstudio.com/
  2. Fork the repo: https://github.com/AquaticInformatics/aquarius-sdk-net

Building

Either build from within Visual Studio, or run dotnet build src from the root of the repo.

Testing

The NUnit-based test suite can be run from with Visual Studio.

Pull Requests

We actively welcome your pull requests.

  1. Fork the repo and create your branch from develop.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.

License

By contributing to the Aquarius SDK, you agree that your contributions will be licensed under its AGPLv3 license.