hash
hash copied to clipboard
Add `CONTRIBUTING` guidelines
Need a CONTRIBUTING.md which outlines things for contributors.
- Contributions must follow current code conventions and formatting of the code base.
- Class names / Algorithm names
- Proper encapsulation (basically nothing exposed but a constructor depending on implementation)
- Documentation
- Contributions must conform to the
Digestabstraction. - Contributions must implement the
:tools:testingmodule forcommonTestandjvmTest.