Commit 5752b877 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'vs/doc-update-git-commit-template' into 'master'

doc: Update GIT commit template to increase subject length to 72 chars

See merge request gitlab-org/gitlab!64513
parents debc2cb8 15c786e0
......@@ -158,8 +158,8 @@ Commit messages should follow the guidelines below, for reasons explained by Chr
Example commit message template that can be used on your machine that embodies the above (guide for [how to apply template](https://codeinthehole.com/tips/a-useful-template-for-commit-messages/)):
```plaintext
# (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# (If applied, this commit will...) <subject> (Max 72 characters)
# |<---- Using a Maximum Of 72 Characters ---->|
# Explain why this change is being made
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment