From 3622f10c11347203c4179c92379a6a9556c1d55f Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Thu, 30 Apr 2026 15:15:25 -0300 Subject: [PATCH] Add a PR review template --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..02cecc3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## Description + + + +## Motivation and Context + + + + +## How Has This Been Tested? + + + + + +## Checklist + + + + +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed.