Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9f08f89e
Commit
9f08f89e
authored
Mar 04, 2021
by
Alexis Ginsberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update merge request workflow contribution docs
parent
ac831c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/development/contributing/merge_request_workflow.md
doc/development/contributing/merge_request_workflow.md
+3
-2
No files found.
doc/development/contributing/merge_request_workflow.md
View file @
9f08f89e
...
...
@@ -68,10 +68,11 @@ request is as follows:
1.
Use the syntax
`Solves #XXX`
,
`Closes #XXX`
, or
`Refs #XXX`
to mention the issue(s) your merge
request addresses. Referenced issues do not
[
close automatically
](
../../user/project/issues/managing_issues.md#closing-issues-automatically
)
.
You must close them manually once the merge request is merged.
1.
The MR must include
*Before*
and
*After*
screenshots if UI changes are made.
1.
Include any steps or setup required to ensure reviewers can view the changes you've made (e.g. include any information about feature flags).
1.
If you're allowed to, set a relevant milestone and
[
labels
](
issue_workflow.md
)
.
1.
UI changes should use available components from the GitLab Design System,
[
Pajamas
](
https://design.gitlab.com/
)
. The MR must include
*Before*
and
*After*
screenshots.
[
Pajamas
](
https://design.gitlab.com/
)
.
1.
If the MR changes CSS classes, please include the list of affected pages, which
can be found by running
`grep css-class ./app -R`
.
1.
If your MR touches code that executes shell commands, reads or opens files, or
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment