diff options
Diffstat (limited to 'templates/programming/code-review.org')
-rw-r--r-- | templates/programming/code-review.org | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/programming/code-review.org b/templates/programming/code-review.org new file mode 100644 index 0000000..32e12e0 --- /dev/null +++ b/templates/programming/code-review.org @@ -0,0 +1,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
\ No newline at end of file |