Skip to content

Commit 662d243

Browse files
GitLab: display TODOs, steps for fast reviews in merge request template
1 parent 5402475 commit 662d243

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitlab/merge_request_templates/Default.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## What does this merge request do?
22

3-
<!-- TODO Link associated issue from title, like: <title> #NUMBER -->
3+
TODO Link associated issue from title, like: `<title> #NUMBER`
44

5-
<!-- TODO Briefly list what this merge request is about -->
5+
TODO Briefly list what this merge request is about
66

77
## Author's checklist
88

@@ -16,7 +16,9 @@
1616

1717
## Reviewer's checklist
1818

19-
- [ ] I reviewed all changes line-by-line and addressed relevant issues
19+
- [ ] I reviewed all changes line-by-line and addressed relevant issues. However:
20+
- for quickly resolved issues, I considered creating a fixup commit and discussing that, and
21+
- instead of many or long comments, I considered a meeting with or a draft commit for the author.
2022
- [ ] The requirements of the associated task are fully met
2123
- [ ] I can confirm that:
2224
- CI passes

0 commit comments

Comments
 (0)