Skip to content

Instantly share code, notes, and snippets.

View Masihtabaei's full-sized avatar

Masih T. Masihtabaei

View GitHub Profile
@Masihtabaei
Masihtabaei / conventional_commits_local_pre_commit_message_validation_usage.md
Last active April 18, 2025 21:04
Guide for using local pre-commit automatic validation of commit messages following rules of the Conventional Commits

Local Pre-commit Automatic Validation for Conventioanl Commit Messages: Usage

What is this?

This guide will help you activate local automatic validation of commit messages using the Conventional Commits format. It is intended for those who will clone repositories that are already set up with Git hooks, the pre-commit framework, and the git-conventional-commits package.

How to Activate It?

  1. Check for pre-commit Installation