diff --git a/doc/README.md b/doc/README.md index a85f2b6256e85015ea0a17bf115ee6a9dad9c1fc..2f90cf14a64b640cb0cc953a49fe1843d4c3ff31 100644 --- a/doc/README.md +++ b/doc/README.md @@ -19,6 +19,7 @@ - [Security](security/README.md) Learn what you can do to further secure your GitLab instance. - [Update](update/README.md) Update guides to upgrade your installation. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page. +- [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages. ## Contributor documentation diff --git a/doc/customization/issue_closing.md b/doc/customization/issue_closing.md new file mode 100644 index 0000000000000000000000000000000000000000..ddc0c8eac2b43ccec37d1a2e9702f98a2fd48e44 --- /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 6000d389796d3f635b740734e5a823b73f3b1ad7..6c141d1fb7a1ef39481e11943d6ae98f979aa983 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