Skip to content

Commit 9765fac

Browse files
committed
GitLab: default merge request template
1 parent e7051ba commit 9765fac

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## What does this MR do?
2+
3+
<!-- Briefly describe what this MR is about. -->
4+
5+
## Author's checklist
6+
7+
- [ ] The MR fully addresses the requirements of the associated task.
8+
- [ ] I did a self-review of the changes and did not spot any issues. Among others, this includes:
9+
* I added unit tests for new/changed behavior; all test pass.
10+
* My code conforms to our coding standards and guidelines.
11+
* My changes are prepared in a way that makes the review straightforward for the reviewer.
12+
13+
## Review checklist
14+
15+
- [ ] I reviewed all changes line-by-line and addressed relevant issues
16+
- [ ] The requirements of the associated task are fully met
17+
- [ ] I can confirm that:
18+
* CI passes
19+
* Coverage percentages do not decrease
20+
* New code conforms to standards and guidelines
21+
* If applicable, additional checks were done for special code changes (e.g. core performance, binary size, OSS licenses)
22+
23+
/assign me

0 commit comments

Comments
 (0)