File tree Expand file tree Collapse file tree 1 file changed +18
-24
lines changed
.gitlab/merge_request_templates Expand file tree Collapse file tree 1 file changed +18
-24
lines changed Original file line number Diff line number Diff line change 1- ## Change description
1+ ## Description
2+ Explain what and why
23
3- > Description here
4+ ## Screenshots
5+ Test passing successfully or visual changes here
46
57## Type of change
6- - [ ] Bug fix (fixes an issue)
7- - [ ] New feature (adds functionality)
88
9- ## Related issues
9+ - [ ] Bug fix
10+ - [ ] New feature
11+ - [ ] Code refactor
12+ - [ ] Documentation
13+ - [ ] Test
14+ - [ ] Other
1015
11- > Fix [ #1 ] ( )
16+ ## Related links (Issues, MRs, Jira, Slack)
17+ if apply
1218
1319## Checklists
14-
15- ### Development
16-
17- - [ ] Lint rules pass locally
18- - [ ] Application changes have been tested thoroughly
19- - [ ] Automated tests covering modified code pass
20-
21- ### Security
22-
23- - [ ] Security impact of change has been considered
24- - [ ] Code follows company security practices and guidelines
25-
26- ### Code review
27-
28- - [ ] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
29- - [ ] "Ready for review" label attached and reviewers assigned
30- - [ ] Changes have been reviewed by at least one other contributor
31- - [ ] Pull request linked to task tracker where applicable
20+ - [ ] Lint rules pass locally (rubocop, eslint)
21+ - [ ] Unit tests covering modified code pass
22+ - [ ] Changes have been documented
23+ - [ ] Application changes have been tested on staging
24+ - [ ] Performed a review of my own code
25+ - [ ] At least one team member approved the MR
You can’t perform that action at this time.
0 commit comments