aboutsummaryrefslogtreecommitdiff
path: root/templates/programming/code-review.org
blob: 32e12e0ea05912edb36341dddd1529b9cf6dd313 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#+TITLE: Code Review Notes
#+DATE: %<%Y-%m-%d>
#+FILETAGS: :dev:review:

* PR Info
- Title:
- Author:
- Repo/Branch:

* Summary

* Review Checklist
- [ ] Functionality
- [ ] Code style
- [ ] Tests included
- [ ] Docs updated

* Comments
** TODO Suggest more modular functions
** DONE Fixed broken test case