Contributing
Thank you for your interest in contributing to SZL Holdings projects.
Doctrine v6
All contributions must pass the canonical doctrine v6 scanner at
szl-holdings/platform/tools/doctrine-v6-scan.js.
Workflow
- Fork the repository and create a feature branch from
main. - Make your changes with passing tests.
- Run the doctrine v6 scanner locally before pushing.
- Submit a pull request with a clear description.
Citations
Every claim must be verifiable. Cite real DOIs, ISBNs, or arXiv IDs.
Code of Conduct
This project follows the Contributor Covenant. Enforcement contact: stephen@szlholdings.com.
Developer Certificate of Origin (DCO)
All contributions to this repository are made under the Developer Certificate of Origin v1.1. By submitting a pull request, you certify that:
- The contribution was created in whole or in part by you and you have the right to submit it under the open source license indicated in this repository; or
- The contribution is based upon previous work that, to the best of your knowledge, is covered under an appropriate open source license and you have the right under that license to submit that work with modifications, whether created in whole or in part by you, under the same open source license (unless you are permitted to submit under a different license), as indicated in the file; or
- The contribution was provided directly to you by some other person who certified items 1, 2, or 3 and you have not modified it.
- You understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information you submit with it, including your sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Sign off your commits with git commit -s. Each commit must include a Signed-off-by: Name <email> trailer matching the commit author.