-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
28 lines (28 loc) · 939 Bytes
/
Copy path.gitmessage
File metadata and controls
28 lines (28 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# <type>(<scope>): <subject>
#
# Type: feat | fix | docs | style | refactor | perf | test | build | ci | chore | revert
# Scope: (optional) area of code affected
# Subject: brief summary of changes (imperative mood, no period)
#
# Body (optional): detailed description of what changed and why
#
# Footer (optional): references to issues, breaking changes, etc.
#
# Examples:
# feat(auth): add OAuth2 login support
# fix: resolve memory leak in data fetching
# docs: update installation instructions
# feat!: breaking change - remove deprecated API
#
# Type descriptions:
# feat - New feature
# fix - Bug fix
# docs - Documentation changes
# style - Code style changes (formatting, etc.)
# refactor - Code refactoring
# perf - Performance improvements
# test - Adding or updating tests
# build - Build system changes
# ci - CI/CD changes
# chore - Maintenance tasks
# revert - Revert a previous commit