Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.23 KB

File metadata and controls

25 lines (14 loc) · 1.23 KB

Contributing

Thanks for your interest in improving this project! Contributions are welcome, whether that's reporting a bug, suggesting an enhancement through an issue, or submitting a pull request. This guide explains how to get your changes accepted.

Developer Certificate of Origin (DCO)

All commits must be signed off using git commit -s, which adds a Signed-off-by line to your commit message. By signing off, you certify that you wrote the contribution or otherwise have the right to submit it under the project's license, as described by the Developer Certificate of Origin: https://developercertificate.org/. There is no CLA to sign — contributions are accepted solely under the DCO.

Licensing of contributions

By submitting a contribution, you agree that it is licensed under the project's license, the Business Source License 1.1 (see LICENSE).

How to contribute

  • Open an issue to discuss substantial changes before starting work.
  • Fork the repository, create a branch, and open a focused pull request for your change.
  • Sign off your commits with git commit -s.

Code of conduct

Be respectful and constructive in all interactions.

Building and installing

See the README for build and installation instructions.