hash icon indicating copy to clipboard operation
hash copied to clipboard

Add `CONTRIBUTING` guidelines

Open 05nelsonm opened this issue 1 year ago • 0 comments

Need a CONTRIBUTING.md which outlines things for contributors.

  1. 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
  2. Contributions must conform to the Digest abstraction.
  3. Contributions must implement the :tools:testing module for commonTest and jvmTest.

05nelsonm avatar Dec 09 '24 10:12 05nelsonm