Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 726 Bytes

Contributing

Pull requests are welcome. But please read the CycloneDX contributing guidelines first.

Setup

This project uses poetry. Have it installed and setup first.

To install dev-dependencies and tools:

poetry install

Code style

This project uses [PEP8] Style Guide for Python Code.
Get it applied via:

poetry run autopep8 --in-place -r .

Testing

poetry run tox

Sign your commits

Please sign your commits, to show that you agree to publish your changes under the current terms and licenses of the project.

git commit --signed-off ...