forked from phalcon/phalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
28 lines (21 loc) · 842 Bytes
/
.gitmessage
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>): <summary>
<Description of the change (why). Wrap all lines at 80 characters.>
Refs #<issue number>
# -------------------------------- 100 chars ----------------------------------┤
# Example Commit Messages
# =======================
# --- Examples ----------------------------------------------------------------┤
# refactor(core): rename abc to def
# docs: clarify the service limitation in providers.md guide
# fix(logger): changed interface definition
# feat(psr-18): implement PSR-18
#
# --- Comments ----------------------------------------------------------------┤
# This commit fixes a and b but ignores c intentionally .....
#
# BREAKING CHANGE: watch out for these BC changes
# @phalcon/core
#
# Fixes #1234
# Refs #1234
# -----------------------------------------------------------------------------┤