forked from cloudberrydb/cloudberrydb-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
47 lines (43 loc) · 1.84 KB
/
.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# [Title Module]
# Write a title summarizing what this commit does.
# Please don't end title with a sentence period.
# Write your title by the following name formats:
# Fix ... is for bug, typo, issue fix
# Feature: ... is used for Feature request
# Enhancement: ... is for code optimization
# Doc: ... is for the documentation changes
# For more, start with imperative uppercase verbs.
# Use 50 char maximum, which is this line's width.
#################################################
Add your title here
# Remember blank line between title and body.
########################################################################
# [Body Module]
# Explain *what*, *why* and *how*.
# If your commit has noted compatibility issues, describe them also.
# For every line, use 72 char maximum width, which is this line's width.
########################################################################
Add your commit body here
########################################################################
# [Trailers Module]
# This part is optional, enable them as you need. One trailer per line.
# If the bug is reported by someone else, welcome to add reporter info:
# Reported-by: NAME
# You can attribute a commit to more than one author by adding:
#Co-authored-by: NAME <[email protected]>
# If you create this commit on behalf an organization, then use:
#on-behalf-of: @ORG [email protected]
# If your commit have clear context included in GitHub Issues or GitHub
# Discussions, please list them as a reference:
#See: Issue#id <https://github.com/cloudberrydb/cloudberrydb/issues/?>?
#See: Discussion#id <http://github.com/orgs/cloudberrydb/discussions/>?
########################################################################
#
#
# Note: Usage - use this config for your own git
# Run the configure cmd in the terminal
# `git config --global commit.template .gitmessage`
#
#
#
#