From 9cb40ace357ca3315be9967c9a5a2bfb1f40c055 Mon Sep 17 00:00:00 2001 From: Simon McAllister Date: Sat, 2 Nov 2024 19:50:49 +0000 Subject: [PATCH] chore: add pull request template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..b2dafed --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Context + +_TODO - specify the context around why this change is being made_ + +### Changes + +_TODO - leave a quick summary / list of the changes here_ + +### Testing + +_OPTIONAL - post any additional testing you've done here_