— title: “Pull Request Template” checklist: - [ ] Clear description explaining the relevancy of the contribution. - [ ] Unit, integration, and system tests. - [ ] Regression and bugs are covered with tests. - [ ] [Performance guidelines](docs.gitlab.com/ee/development/merge_request_performance_guidelines.html) - [ ] [Secure coding guidelines](docs.gitlab.com/ee/development/secure_coding_guidelines.html)
- [ ] Documentation Updated¶ ↑
Why is this needed?¶ ↑
What does this do?¶ ↑
Fixes # (issue)
Screenshots¶ ↑
Before:
After:
Type of change¶ ↑
-
[ ] Bug fix (non-breaking change which fixes an issue)
-
[ ] New feature (non-breaking change which adds functionality)
-
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
-
[ ] This change requires a documentation update
Verification Plan¶ ↑
-
[ ] Step 1
-
[ ] Step 2