This repository was archived by the owner on Apr 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
38 lines (38 loc) · 1.27 KB
/
.gitmessage
File metadata and controls
38 lines (38 loc) · 1.27 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
#<--- 72 characters --------------------------------------------------->
#
# Conventional Commits, semantic commit messages for humans and machines
# https://www.conventionalcommits.org/en/v1.0.0/
# Lint your conventional commits
# https://github.com/conventional-changelog/commitlint/tree/master/%40 \
# commitlint/config-conventional
# Common types can be (based on Angular convention)
# build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test
# https://github.com/conventional-changelog/commitlint/tree/master/%40
# Footer
# https://git-scm.com/docs/git-interpret-trailers
#
#<--- pattern --------------------------------------------------------->
#
# <feat|fix|build|chore|ci|docs|style|refactor|perf|test>[(Scope)][!]: \
# <description>
# short description: <type>[(<scope>)]: <subject>
#
# ! after scope in header indicates breaking change
#
# [optional body]
#
# - with bullets points
#
# [optional footer(s)]
#
# [BREAKING CHANGE:, Refs:, Resolves:, Addresses:, Reviewed by:]
#
#<--- usage ----------------------------------------------------------->
#
# Set locally (in the repository)
# `git config commit.template .gitmessage`
#
# Set globally
# `git config --global commit.template .gitmessage`
#
#<--- 72 characters --------------------------------------------------->