diff --git a/.github/commit-instructions.md b/.github/commit-instructions.md index ccc326143..054893c19 100644 --- a/.github/commit-instructions.md +++ b/.github/commit-instructions.md @@ -4,17 +4,14 @@ Each commit message should follow this structure: -1. **Title**: A concise summary of the changes (max 50 characters). -2. **Short Summary**: A brief summary of the changes (max 72 characters). -3. **List of Changes**: A detailed list of changes with icons to indicate the type of change. +1. **Short Summary**: A brief summary of the changes (max 72 characters). +2. **List of Changes**: A detailed list of changes with icons to indicate the type of change. --- ### Example ``` -✨ Add user authentication module - Added a new module to handle user authentication, including login and registration. - ✨ **Feature**: Implemented user login functionality