From b491f77b38e1c3298ae94113240682623200b0ad Mon Sep 17 00:00:00 2001 From: Althea Denlinger Date: Thu, 27 Jun 2024 16:12:25 -0600 Subject: [PATCH] Add basic PR template I added a basic PR template, with only one checklist item (testing). I kept the pluralized wording and checklist format since we will be adding additional checklist items later (such as building the documentation). --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 00000000..e3fbd888 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ + + + +Checklist +* [ ] `Testing` comment in the PR documents testing used to verify the changes + + +