We need to enforce commit message validation across all our repositories to maintain consistency and quality.
Minimum Requirements for Commit Messages:
- Must be written in English.
- Must follow the format:
Issue #<Number>: <Commit message>
Implementation Plan
- Develop a Reusable GitHub Actions Workflow in this repository.
- Integrate this reusable workflow into all our repositories to ensure compliance with the commit message format.