diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..a725f08e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Review Type Requested (choose one): +- [ ] **Glance** - superficial check (from domain experts) +- [ ] **Logic** - thorough check (from everybody doing review) + +### Summary +Provide a one line summary and link to any relevant references + +### Details (optional) +Add any additional details that might help Code Reviewers digest this PR + +### How to test this code? (optional) + +### Anything else? (optional)