summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordstull <dstull@gitlab.com>2019-08-06 15:02:12 -0400
committerdstull <dstull@gitlab.com>2019-08-06 15:02:12 -0400
commit35578a3839f09b6c1c415a926747cd344d04bacd (patch)
tree4c3e838786d06c89f732e4a4973306b6614f9164
parentf91c10f1f0443ceaba0bb1f7e4ceb66dc84516b9 (diff)
downloadgitlab-ce-65701-Add-Gitmessage-Template.tar.gz
Enable ignoring of code block for markdown linting65701-Add-Gitmessage-Template
-rw-r--r--doc/development/contributing/merge_request_workflow.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/contributing/merge_request_workflow.md b/doc/development/contributing/merge_request_workflow.md
index 62213403fb2..4e9c5c81379 100644
--- a/doc/development/contributing/merge_request_workflow.md
+++ b/doc/development/contributing/merge_request_workflow.md
@@ -144,6 +144,7 @@ If the guidelines are not met, the MR will not pass the
For more information see [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/).
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/)):
+
```text
# (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|