-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
48 lines (46 loc) · 2.1 KB
/
Copy path.gitmessage
File metadata and controls
48 lines (46 loc) · 2.1 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# <type>(<scope>): <subject>
# | |
# | +-> Optional scope: core, examples, docs, etc.
# |
# | Types:
# | feat - A new feature
# | fix - A bug fix
# | docs - Documentation only changes
# | style - Changes that do not affect the meaning of the code
# | refactor - A code change that neither fixes a bug nor adds a feature
# | perf - A code change that improves performance
# | test - Adding missing tests or correcting existing tests
# | build - Changes that affect the build system or external dependencies
# | ci - Changes to our CI configuration files and scripts
# | chore - Other changes that don't modify src or test files
# |
# | Scopes
# | core: Changes related to core functionality and base components
# | serialization: Changes to serialization/deserialization features
# | cache: Changes to cache management and strategies
# | orm: Changes to ORM mapping and data access functionality
# | annotation: Changes to annotation definitions and processing
# | aop: Changes to aspect-oriented programming features
# | config: Configuration-related changes
# | example: Changes to example code and demonstrations
# | docs: Documentation-related changes
# | build: Changes to build system and dependency management
# | test: Test-related changes
# | perf: Performance optimization changes
# | api: Changes to API design and interfaces
# | key: Changes to cache key generation and management
# | event: Changes to event-driven features and listeners
# | integration: Changes related to integration with other systems
# | protobuf: Changes specific to Protobuf functionality
# | json: Changes specific to JSON functionality
# |
# | Subject:
# | Use imperative, present tense: "change" not "changed" nor "changes"
# | Don't capitalize the first letter
# | No period (.) at the end
# |
# Body (optional, explain the motivation behind the change)
# Footer (optional)
# Ref #123, #456
# Closes #789
# BREAKING CHANGE: (optional, describe incompatible changes and migration path)