SuccessChanges

Summary

  1. tsk38: Adds Git hooks and updates contributing guide (details)
Commit b6acc37745e393c09c30aa0944112e9e474a2e3a by devpablogg
tsk38: Adds Git hooks and updates contributing guide
Updated CONTRIBUTING.md to include instructions for configuring Git
hooks. Added Git hooks in `additional-material/git-hooks` to check
Jenkins build status before push, run Maven tests before commit, and
enforce commit message format rules.
The file was addedadditional-material/git-hooks/pre-push (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was addedadditional-material/git-hooks/commit-msg (diff)
The file was addedadditional-material/git-hooks/pre-commit (diff)