Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Added libsodium requirement #675

Merged
merged 7 commits into from
Jan 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ Questions on architectural best practices will be guided by the principles set f
### Automated Test coverage
All code submissions must be accompanied by appropriate automated tests. The goal is to provide confidence in the code’s robustness, while avoiding redundant tests.

>**Important**
> The [`libsodium`](https://download.libsodium.org/doc/installation) library must be installed to run `./gradlew integrationTest`.


### Pull Requests

The process described here has several goals:
Expand Down