From 58237054bfad68aa0c9f90c11121a27c6de324da Mon Sep 17 00:00:00 2001 From: Shao Tang Date: Wed, 14 Aug 2024 09:46:25 -0700 Subject: [PATCH] Create pull_request_template.md (#9) detailed checklist will be added later --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 000000000..2463fa89c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Summary + + + + +## Testing Done + + +Complete the following tasks before sending your PR, and replace `[ ]` with +`[x]` to indicate you have done them.