This git hook is intended for commit message rule compliance.
Commit message must:
- be corresponding to Conventional Commits specification;
- contains reference to relative issue, see examples and details at https://guidelines.adprojects.ru/development/git-commit/
Browse to the folder where is git repository of your project where you want to install commit-message hook and the run:
curl -so- https://raw.githubusercontent.com/anonymous-development-projects/git-hooks/master/install.sh | bash