Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 1.4 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct. Please follow it in all your interactions with the project.

Rules

  1. Clean architecture is the primary principle at BouncyHsm.
  2. Do not add external dependencies to the native library. Only one file libs are allowed.
  3. Add unit tests that cover the functionality of your changes including edge cases.
  4. Contributed code must be cross-platform (at least Windows and linux).
  5. By contributing BouncyHsm, you agree that your changes are included in BouncyHsm with the BSD 3-Clause License. This license agreement cannot be undone.
  6. Make sure you are not violating some other 3rd party licenses with your contribution. For example, don't copy source code from other open source or commercial software without adding the necessary LICENSE copyright notice!
  7. If the found error or changes refer to the PKCS#11 standard, please complete the link section of the standard.
  8. Rules are subject to change. Please add your complaints and suggestions to the discussion page.