Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1.72 KB

Contributing

Thank you for contributing to the docs! We have a few guidelines which will allow your awesome PR to pass our CI checks and successfully merge.

The docs version numbering adheres to Semantic Versioning. Please ensure that each commit in your pull request conforms to the following format.

component: Description of my change

Change-type: patch
Signed-off-by: Joe Soap <[email protected]>

This will allow the system to automatically version the documentation using the Change-type. The versioning follows semver and changes can be of type patch, minor or major.

It is also worth noting that some of the reference documentation is sourced from the individual component repositories and should be updated at the source.

Currently the following reference material is pulled from other repos:

Version numbers and commit messages are automatically added to the CHANGELOG.md file by the CI build flow, after a pull request is merged. It should not be manually edited.