rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Add commit-msg git hook and update readme. #154

Open jacksonbrim opened 5 months ago

jacksonbrim commented 5 months ago

The commit-msg git hook allows contributors to more easily meet commit message standards required by the integration tests in ci/cd pipeline, and avoid minor annoyances for reviewers. The README.md now includes git-hook instructions, and git submodule initialization instructions for cloned repos with uninitialized submodules. Previously, git submodule instructions were only for adding the rust-vmm-ci git submodule to new repos.