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.
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.
By submitting a contribution, you agree that it is licensed under the project's license, the Business Source License 1.1 (see LICENSE).
- 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.
Be respectful and constructive in all interactions.
See the README for build and installation instructions.