summaryrefslogtreecommitdiff
path: root/.gitlab/merge_request_templates
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 03:09:33 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-02 03:09:33 +0000
commitfd1c75caebf0eae26d2298c68aaeac3c940f84d9 (patch)
tree95f31110d545ade33287ff6135c49bb13d90520b /.gitlab/merge_request_templates
parent80a2f6b1d6f9a816f51d8cf00e928ce391c77ca0 (diff)
downloadgitlab-ce-fd1c75caebf0eae26d2298c68aaeac3c940f84d9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/merge_request_templates')
-rw-r--r--.gitlab/merge_request_templates/Default.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
index 90d3c37d6c0..ecb8505e0df 100644
--- a/.gitlab/merge_request_templates/Default.md
+++ b/.gitlab/merge_request_templates/Default.md
@@ -8,23 +8,23 @@ that reviewers can understand your intent. Keeping the description updated is
especially important if they didn't participate in the discussion.
-->
-## Screenshots or screen recordings
+## Screenshots or screen recordings
-_These are strongly recommended to assist reviewers and reduce the time to merge your change._
+_Screenshots are required for UI changes, and strongly recommended for all other merge requests._
-<!--
+<!--
Please include any relevant screenshots or screen recordings that will assist
reviewers and future readers. If you need help visually verifying the change,
please leave a comment and ping a GitLab reviewer, maintainer, or MR coach.
-->
-## How to set up and validate locally
+## How to set up and validate locally
_Numbered steps to set up and validate the change are strongly suggested._
-<!--
+<!--
Example below:
-
+
1. Enable the invite modal
```ruby
Feature.enable(:invite_members_group_modal)
@@ -39,7 +39,7 @@ Example below:
## MR acceptance checklist
-This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
+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 MR.