Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 383 Bytes

Contributing

All contributions are welcome. Please, follow the guidelines below to contribute to this project.

Pre-requisites

Install pre-commit

This repository uses pre-commit to run some checks before committing changes. Please, install it before making any changes.

pre-commit install
pre-commit install --hook-type commit-msg