- All commit messages must be in English.
- Follow the Conventional Commits standard.
- Use clear, concise, imperative style.
- For new features use
feat, for bug fixes usefix. - Maintain max 72 characters for commit summaries.
- Always include a meaningful scope when applicable.
- Do not include personal notes or non-technical comments.
- Use this guide as context for Copilot suggestions.
- Documentation and README contributions should also be in English.