From 5a577f962a2d4516d9a65a9967999d9764fc07e6 Mon Sep 17 00:00:00 2001 From: Rohan Mehta Date: Wed, 12 Mar 2025 16:46:53 -0700 Subject: [PATCH] Create pull_request_template.md. --- .../pull_request_template.md. | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md. b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md. new file mode 100644 index 0000000..0fdeab1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md. @@ -0,0 +1,18 @@ +### Summary + + + +### Test plan + + + +### Issue number + + + +### Checks + +- [ ] I've added new tests (if relevant) +- [ ] I've added/updated the relevant documentation +- [ ] I've run `make lint` and `make format` +- [ ] I've made sure tests pass