cmc/org-templates
Org-mode templates.
clone: git clone https://gitbay.org/cmc/org-templates.git
main: templates/programming/code-review.org · raw
1#+TITLE: Code Review Notes
2#+DATE: %<%Y-%m-%d>
3#+FILETAGS: :dev:review:
4
5* PR Info
6- Title:
7- Author:
8- Repo/Branch:
9
10* Summary
11
12* Review Checklist
13- [ ] Functionality
14- [ ] Code style
15- [ ] Tests included
16- [ ] Docs updated
17
18* Comments
19** TODO Suggest more modular functions
20** DONE Fixed broken test case