The Rapid project uses Conventional Commits to standardize commit messages. This helps in maintaining a clear and consistent commit history, making it easier to understand the changes made over time.
The pre-commits feature needs a Python and pip environment. The pip environment is only needed for the automatically install of the pre-commit Python module.
To install the pre-commit module, run the following command:
pip install pre-commitTo install the git hooks defined in the .pre-commit-config.yaml file, run:
pre-commit install