Commit bdb6a908 authored by Marcel Amirault's avatar Marcel Amirault

Update links and front matter

Fix links to moved content, and add front matter
to new files.
parent 7f1347fd
---
type: index, reference
---
# Creating merge requests # Creating merge requests
Merge requests are the primary method of making changes to files in a GitLab project. Merge requests are the primary method of making changes to files in a GitLab project.
......
--- ---
type: index, reference, concepts type: index, reference
--- ---
# Merge requests # Merge requests
...@@ -32,8 +32,9 @@ With GitLab merge requests, you can: ...@@ -32,8 +32,9 @@ With GitLab merge requests, you can:
While directly making changes to files in a branch of a repository is possible, it is not While directly making changes to files in a branch of a repository is possible, it is not
the common workflow. In most cases, a user will [create a merge request](creating_merge_requests.md), the common workflow. In most cases, a user will [create a merge request](creating_merge_requests.md),
which is then [reviewed](reviewing_and_managing_merge_requests.md), updated, approved and merged into the target branch. This is which is then [reviewed](reviewing_and_managing_merge_requests.md), updated, approved
especially true for merging changes from a feature branch into the master branch. and merged into the target branch. This is especially true for merging changes from
a feature branch into the master branch.
[Creating merge requests](creating_merge_requests.md), as well as [reviewing and managing them](#reviewing-and-managing-merge-requests), [Creating merge requests](creating_merge_requests.md), as well as [reviewing and managing them](#reviewing-and-managing-merge-requests),
is a fundamental part of working with GitLab. is a fundamental part of working with GitLab.
...@@ -55,7 +56,7 @@ A large number of features relate directly to the merge request creation process ...@@ -55,7 +56,7 @@ A large number of features relate directly to the merge request creation process
| [Merge Requests for Confidential Issues](../issues/confidential_issues.md#merge-requests-for-confidential-issues) | Create merge requests to resolve confidential issues for preventing leakage or early release of sensitive data through regular merge requests. | | [Merge Requests for Confidential Issues](../issues/confidential_issues.md#merge-requests-for-confidential-issues) | Create merge requests to resolve confidential issues for preventing leakage or early release of sensitive data through regular merge requests. |
| [Multiple assignees](creating_merge_requests.md#multiple-assignees-starter) **(STARTER)** | Have multiple assignees for merge requests to indicate everyone that is reviewing or accountable for it. | | [Multiple assignees](creating_merge_requests.md#multiple-assignees-starter) **(STARTER)** | Have multiple assignees for merge requests to indicate everyone that is reviewing or accountable for it. |
| [Security reports](../../application_security/index.md) **(ULTIMATE)** | GitLab can scan and report any vulnerabilities found in your project. | | [Security reports](../../application_security/index.md) **(ULTIMATE)** | GitLab can scan and report any vulnerabilities found in your project. |
| [Squash and merge](creating_merge_requests.md#squash-and-merge) | Squash all changes present in a merge request into a single commit when merging, to allow for a neater commit history. | | [Squash and merge](squash_and_merge.md) | Squash all changes present in a merge request into a single commit when merging, to allow for a neater commit history. |
| [View changes between file versions](creating_merge_requests.md#view-changes-between-file-versions) | | | [View changes between file versions](creating_merge_requests.md#view-changes-between-file-versions) | |
| [Work In Progress merge requests](work_in_progress_merge_requests.md) | Prevent the merge request from being merged before it's ready | | [Work In Progress merge requests](work_in_progress_merge_requests.md) | Prevent the merge request from being merged before it's ready |
......
---
type: index, reference
---
# Reviewing and managing merge requests # Reviewing and managing merge requests
Merge requests are the primary method of making changes to files in a GitLab project. Merge requests are the primary method of making changes to files in a GitLab project.
......
...@@ -53,7 +53,7 @@ Set up your project's merge request settings: ...@@ -53,7 +53,7 @@ Set up your project's merge request settings:
- Enable [merge request approvals](../merge_requests/merge_request_approvals.md). **(STARTER)** - Enable [merge request approvals](../merge_requests/merge_request_approvals.md). **(STARTER)**
- Enable [merge only if pipeline succeeds](../merge_requests/merge_when_pipeline_succeeds.md). - Enable [merge only if pipeline succeeds](../merge_requests/merge_when_pipeline_succeeds.md).
- Enable [merge only when all threads are resolved](../../discussions/index.md#only-allow-merge-requests-to-be-merged-if-all-threads-are-resolved). - Enable [merge only when all threads are resolved](../../discussions/index.md#only-allow-merge-requests-to-be-merged-if-all-threads-are-resolved).
- Enable [`delete source branch after merge` option by default](../merge_requests/index.md#deleting-the-source-branch) - Enable [`delete source branch after merge` option by default](../merge_requests/creating_merge_requests.md#deleting-the-source-branch)
![project's merge request settings](img/merge_requests_settings.png) ![project's merge request settings](img/merge_requests_settings.png)
......
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