Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit a0f6d6d

Browse files
committed
Improve commit template for practical usage
COAND-666
1 parent 7991639 commit a0f6d6d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

config/git/commit-template

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Title: Summary, imperative, start upper case, don't end with a period.
2-
# No more than 50 chars. #### 50 chars is here: #
32

4-
# Remember blank line between title and body.
3+
# Body (optional): Explain what and why (not how).
54

6-
# Body: Explain what and why (not how).
7-
# Wrap at 72 chars. ################################## which is here: #
8-
9-
# Another blank line between body and task ID.
10-
11-
# Task ID: Add the YouTrack task ID.
5+
# COAND-XXX: Add the YouTrack task ID.
126

137
# This format is based on this post:
148
# https://chris.beams.io/posts/git-commit/

0 commit comments

Comments
 (0)