diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-10-02 10:53:33 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-10-02 10:53:33 +0200 |
commit | 5b68a9adafec4a85832c81754760b3149e3e2235 (patch) | |
tree | 16ade677434551613e8e374df04c65f249de94a3 /doc/customization | |
parent | 6c3ad0dab639203961f8b3b2e59ffe78e9a21581 (diff) | |
download | gitlab-ce-5b68a9adafec4a85832c81754760b3149e3e2235.tar.gz |
Add docs for the issue closing pattern.
Diffstat (limited to 'doc/customization')
-rw-r--r-- | doc/customization/issue_closing.md | 5 | ||||
-rw-r--r-- | doc/customization/welcome_message.md | 4 |
2 files changed, 9 insertions, 0 deletions
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 |