docs: add gitlint guidance to CONTRIBUTING.md

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster 2025-11-21 14:24:04 +01:00 committed by Rob Bradford
parent f5d2973546
commit 16fbab30b1

View file

@ -26,6 +26,9 @@ cargo check --all --all-targets --tests
cargo clippy --all --all-targets --tests
# Please note that this will not execute integration tests.
cargo test --all --all-targets --tests
# To lint your last three commits
gitlint --commits "HEAD~3..HEAD"
```
### \[Optional\] Run Integration Tests