mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Update commit message structure in guidelines
- 📚 **Docs**: Revised commit message instructions for clarity
This commit is contained in:
7
.github/commit-instructions.md
vendored
7
.github/commit-instructions.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user