Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.29 KB

File metadata and controls

40 lines (32 loc) · 1.29 KB

Contributing to LIBYS

Thanks for your interest in contributing :)

Principles

  • Keep the protocol minimal
  • Prefer clarity over cleverness
  • Avoid unnecessary abstraction
  • Maintain deterministic behavior across implementations
  • Do not couple protocol with interpretation (reputation, scoring, etc.)

Ways to Contribute

You can contribute in several ways:

  • Improve documentation (README, Whitepaper, NOTES)
  • Report bugs or inconsistencies
  • Suggest protocol improvements
  • Review and test the PoC
  • Propose new use cases or edge cases

Before Submitting Changes

  • Make sure your change is aligned with the protocol philosophy
  • Keep changes focused and minimal
  • Update documentation if needed
  • Test changes locally (PoC)

Commit Guidelines

  • Use clear and descriptive commit messages
  • Prefer small, focused commits

Issues & Discussions

  • Use issues to report bugs or propose changes
  • Provide examples when possible

Security

Please do not report security vulnerabilities in public issues. See SECURITY.md for responsible disclosure instructions.

Code of Conduct

By participating, you agree to follow the project's CODE_OF_CONDUCT.md.

License

By contributing, you agree that your contributions will be licensed under the MIT License.