Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Default.md « merge_request_templates « .gitlab - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47aa9ae1e54e5176ffc6240bd58cdaf6a5bd8d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## What does this MR do and why?

_Describe [why, not just what](https://about.gitlab.com/handbook/values/#say-why-not-just-what). Include links to relevant issues or discussions._

<!--
Please keep this description updated with any discussion that takes place so
that reviewers can understand your intent. Keeping the description updated is
especially important if they didn't participate in the discussion.
-->

## Screenshots, screen recordings, or links to review app

_These are strongly recommended to assist reviewers and reduce the time to merge your change._

<!--
Please include any relevant screenshots, screen recordings, or links to the review app that will assist
reviewers and future readers. If you need help visually verifying the change, please leave a comment and
ping a CODEOWNER.
-->

## How to set up and validate locally

_Numbered steps to set up and validate the change are strongly suggested._

1. [ ] Configure a local GitLab Docs environment: <https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/setup.md>.

## Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

* [ ] I have evaluated the [MR acceptance checklist](https://docs.gitlab.com/ee/development/code_review.html#acceptance-checklist) for this merge request.

/label ~"Category:Docs Site" ~"type::maintenance"
/assign me

<!-- template sourced from https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab/merge_request_templates/Default.md -->