-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
31 lines (24 loc) · 773 Bytes
/
.gitmessage
File metadata and controls
31 lines (24 loc) · 773 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
29
30
31
#
# <type>[(scope)]: Subject
# [Body]
#
# **Subject (and body) must be valid Markdown.**
# Scope and body are optional. Type can be:
# - build: About packaging, building wheels, etc.
# - chore: About packaging or repo/files management.
# - ci: About Continuous Integration.
# - docs: About documentation.
# - feat: New feature.
# - fix: Bug fix.
# - perf: About performance.
# - refactor: Changes which are not features nor bug fixes.
# - style: A change in code style/format.
# - tests: About tests.
# If you write a body, please add issues references at the end:
# ```
# Body.
# References: #10, #11.
# Fixes #15.
# ```
# https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
# Activation: git config --global commit.template ~/.gitmessage