Commit 7022db84 authored by Amy Qualls's avatar Amy Qualls Committed by Max Coplan

Applying documentation revisions

parent c389a705
...@@ -30,13 +30,15 @@ button and start a merge request from there. ...@@ -30,13 +30,15 @@ button and start a merge request from there.
## New Merge Request page ## New Merge Request page
On the **New Merge Request** page, start by filling in the title On the **New Merge Request** page, start by filling in the title and description
and description for the merge request. If there are already for the merge request. If commits already exist on the branch, GitLab suggests a
commits on the branch, the title is prefilled with either: merge request title for you:
- The first line of the first multi-line commit message
and the description is prefilled with any additional lines - **If a multi-line commit message exists**: GitLab adds the first line of the
in that commit message. first multi-line commit message as the title. Any additional lines in that
- The branch name, if there are no multi-line commit messages. commit message become the description.
- **If no multi-line commit message exists**: GitLab adds the branch name as the
title, and leaves the description blank.
The title is the only field that is mandatory in all cases. The title is the only field that is mandatory in all cases.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment