From 9c5706854b93d96905bb92f26d567a70310cafbd Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 21 May 2024 17:50:34 -0700 Subject: [PATCH] add a Pull Request template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 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 0000000000..58baaeca32 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ + + +- [ ] Tests +- [ ] Docs \ No newline at end of file