NeitzelLib/.github/git-commit-instructions.md
Konrad Neitzel 93de125e67 Add guidelines for Copilot usage and commit messages
Updated dependencies and use Java 25.
2025-11-29 22:47:48 +01:00

9 lines
519 B
Markdown

# Git Commit Message Guidelines
When creating a commit message, please follow these guidelines to ensure clarity and consistency across the project:
1. **Structure of Commit Message**:
- The commit message should consist of a header, a body (optional), and a footer (optional).
- The header should be a single line that summarizes the changes made.
- If necessary, the body can provide additional context or details about the changes.
- The footer can include references to issues or breaking changes.