From 62932d0c62e2c7626513f5235b869cd93a5b403a Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Fri, 19 Jan 2024 08:45:50 -0800 Subject: [PATCH] Added a basic PR template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 0000000..68a80f4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## What's new? + +## What's changed? + +## What's fixed? + +## Any other comments?