From 5b68a9adafec4a85832c81754760b3149e3e2235 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Thu, 2 Oct 2014 10:53:33 +0200 Subject: Add docs for the issue closing pattern. --- doc/customization/issue_closing.md | 5 +++++ doc/customization/welcome_message.md | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 doc/customization/issue_closing.md (limited to 'doc/customization') diff --git a/doc/customization/issue_closing.md b/doc/customization/issue_closing.md new file mode 100644 index 00000000000..ddc0c8eac2b --- /dev/null +++ b/doc/customization/issue_closing.md @@ -0,0 +1,5 @@ +# Issue closing pattern + +By default you can close issues from commit messages by saying 'Closes #12' or 'Fixed #101'. + +If you want to customize the message please do so in [gitlab.yml](https://gitlab.com/gitlab-org/gitlab-ce/blob/73b92f85bcd6c213b845cc997843a969cf0906cf/config/gitlab.yml.example#L73) diff --git a/doc/customization/welcome_message.md b/doc/customization/welcome_message.md index 6000d389796..6c141d1fb7a 100644 --- a/doc/customization/welcome_message.md +++ b/doc/customization/welcome_message.md @@ -1,3 +1,7 @@ +# Customize the complete sign-in page (GitLab Enterprise Edition only) + +Please see [Branded login page](http://doc.gitlab.com/ee/customization/branded_login_page.html) + # Add a welcome message to the sign-in page (GitLab Community Edition) It is possible to add a markdown-formatted welcome message to your GitLab -- cgit v1.2.3