From 56c303bc28995cc5504566c487c06161b94cea79 Mon Sep 17 00:00:00 2001 From: tekstrand Date: Tue, 15 Oct 2024 17:12:28 -0500 Subject: [PATCH] Add a Pull Request template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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..e4369d07 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ + +## What did you change + + +## Why did you change it + + +## Screenshots +### Before + + +### After