From 880f7cccdb2572307ce237f9704b982e5a4b0c88 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Mon, 19 Aug 2024 11:57:35 -0700 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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 00000000..c884b2e1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,9 @@ +## Describe your changes + +## Issue Number if applicable + +## Checklist before requesting a review + +- [ ] I have performed a self-review of my code +- [ ] I have inlcuded the issue # in the PR if applicable +- [ ] I have labelled the PR correctly