Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 847 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (34 loc) · 847 Bytes

Contributing

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

Setup

To start developing simply run to install dev-dependencies and tools:

# .. TODO 

Build from source

# .. TODO 

Testing

Set up the tests once, via:

# .. TODO 

Run to have a proper test suite pass:

# .. TODO 

Coding Style guide & standard

Apply the coding style via:

# .. TODO 

Sign off your commits

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 ...