Pull requests are welcome. But please read the CycloneDX contributing guidelines first.
To start developing simply run to install dev-dependencies and tools:
# .. TODO
# .. TODO
Set up the tests once, via:
# .. TODO
Run to have a proper test suite pass:
# .. TODO
Apply the coding style via:
# .. TODO
Please sign off your commits, to show that you agree to publish your changes under the current terms and licenses of the project , and to indicate agreement with Developer Certificate of Origin (DCO).
git commit --signoff ...