diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-30 21:05:33 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-30 21:05:33 +0200 |
commit | dc7311abd23de082a123e33ae9b7bd7754a1726b (patch) | |
tree | 3243b525d026036337fba3d401df8212b22f8d23 | |
parent | 2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff) | |
download | gitlab-ce-dc7311abd23de082a123e33ae9b7bd7754a1726b.tar.gz |
Simplify custom MR good commit message hint.
-rw-r--r-- | app/views/projects/merge_requests/show/_mr_accept.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_mr_accept.html.haml b/app/views/projects/merge_requests/show/_mr_accept.html.haml index d7d5f970c95..88cc8e17fa6 100644 --- a/app/views/projects/merge_requests/show/_mr_accept.html.haml +++ b/app/views/projects/merge_requests/show/_mr_accept.html.haml @@ -28,7 +28,8 @@ = render 'shared/commit_message_container', {textarea: text_area_tag(:merge_commit_message, @merge_request.merge_commit_message, class: "form-control js-gfm-input", rows: 14, required: true)} %p.hint - The recommended maximum line length is 52 characters for the first line and 72 characters for all following lines. + Try to keep the first line under 52 characters + and the others under 72. .accept-group .pull-left |