Update commit message structure in guidelines

- 📚 **Docs**: Revised commit message instructions for clarity
This commit is contained in:
Lorenz Hilpert
2025-04-01 17:29:38 +02:00
parent 858242c6dd
commit 093bb3b484

View File

@@ -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