-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_git_message
More file actions
27 lines (23 loc) · 1.01 KB
/
dot_git_message
File metadata and controls
27 lines (23 loc) · 1.01 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
# HEADER: <type>(<scope>): <subject>, 50 chars --|
# BODY: optional, 72 chars --------------------------------------------|
# FOOTER(S): optional, 72 chars ---------------------------------------|
# BREAKING CHANGE:
# CLOSED ISSUES:
# COMMIT GUIDELINES: Conventional Commits -----------|
# Types:
# - chore: change the tools and libraries
# - ci: change the build process
# - docs: edit the documentation
# - feat: add a new feature
# - fix: patch a bug
# - perf: optimize performance with a code change
# - refactor: modify code but no fixes or new features
# - revert: revert to a previous commit
# - style: modify code without affecting its meaning
# - test: add missing or correct existing tests
# - wip: mark a feature branch as work in progress
# Scope: (optional) noun describing a section of the codebase.
# Subject: imperative mood, start with lowercase, no ending punctuation.
# Breaking changes: `!` after type/scope or `BREAKING CHANGE` in footer.
#
# See https://www.conventionalcommits.org/