From 2034f767eaea255ada066802d641e1d7c3c64ec0 Mon Sep 17 00:00:00 2001 From: Arran Schlosberg <519948+ARR4N@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:33:36 +0100 Subject: [PATCH] chore: PR template (#19) --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..8200c0597f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## Why this should be merged + +## How this works + +## How this was tested