Document "How to get your MR reviewed, approved, and merged"
This documents how to get your merge request reviewed, approved, and merged.
I've also added a link to it from the Engineering workflow handbook document: https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/5263
/cc @dzaporozhets @DouweM @smcgivern @jschatz1 @ayufan @stanhu
Merge request reports
Activity
mentioned in issue #24865 (closed)
- Resolved by username-removed-128633
- Resolved by username-removed-128633
- Resolved by username-removed-128633
Thanks @rymai, LGTM! Just a couple of typos.
assigned to @rymai
added 1 commit
- c444f258 - Document "How to get your MR reviewed, approved, and merged"
@smcgivern @stanhu Thanks, fixed!
assigned to @smcgivern
513 535 [newlines-styleguide]: doc/development/newlines_styleguide.md "Newlines styleguide" 514 536 [UX Guide for GitLab]: http://docs.gitlab.com/ce/development/ux_guide/ 515 537 [license-finder-doc]: doc/development/licensing.md 538 539 [^1]: Specs other than JavaScript specs are considered backend code. Haml Why specs? You mean code? You wrote that here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9839/diffs#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8_355_367 regarding
If your merge request includes frontend and backend changes
Changes can be stuff other than specs right? Also FE should review HTML too.
😄 For semanticism.Why specs? You mean code?
@jschatz1 I don't think I have to define what's backend code, but I wanted to emphasize that specs need to be reviewed by a backend person too!
Maybe I should start the sentence with "Note that specs other...", would it be clearer?
Also FE should review HTML too.
Ok, my sentence is definitely not clear enough then! :) What I meant is that as soon as there is Ruby code in a view, e.g.:
%ul - records.sort_by(&:name).each do |record| %li= record.name
this should be reviewed by a backend person, but I guess this is a bit silly because almost all view changes include Ruby code...
mentioned in commit af9cb102
mentioned in merge request !9967 (merged)