doc: update README - contributing

Added a note to the `Contributing` section to invoke `cl-format.sh` and
to run the tests prior to creating any PR.
This commit is contained in:
Michael Werle 2023-08-24 08:58:09 +09:00
parent 16276638df
commit ea56be203f

View File

@ -194,6 +194,15 @@ branch. Create pull requests against the `master` branch. Follow the
[seven guidelines](https://chris.beams.io/posts/git-commit/) to writing a
great commit message.
Prior to committing a change, please use `cl-format.sh` to ensure your code
adheres to the formatting conventions for this project. You can also use the
`setup-env.sh` script to install a pre-commit hook which will automatically
run `clang-format` against all modified files.
Prior to pushing a change, please ensure you run the unit tests to avoid any
regressions. These are found in `<build-dir>/test` and can be run using
`ctest`.
License
-------