From 093bb3b4844e3005678c5b35e5b09eebbb981a7f Mon Sep 17 00:00:00 2001 From: Lorenz Hilpert Date: Tue, 1 Apr 2025 17:29:38 +0200 Subject: [PATCH] Update commit message structure in guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 📚 **Docs**: Revised commit message instructions for clarity --- .github/commit-instructions.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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