diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2d96b8ca..fb182fff 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -105,10 +105,88 @@ DocuElevate is an intelligent document processing system that automates handling ### Git Workflow - Write clear, descriptive commit messages +- **ALWAYS follow Conventional Commits format** (see below) - Keep commits focused and atomic - Run tests and linters before committing - Pre-commit hooks are configured (`.pre-commit-config.yaml`) -- Follow conventional commits format when appropriate + +## Conventional Commits (REQUIRED) + +All commit messages MUST follow the [Conventional Commits](https://www.conventionalcommits.org/) specification. + +### Format +``` +(): + + + +