From e79e9ec86764390f80ac985657864b6540f31207 Mon Sep 17 00:00:00 2001 From: Anthony Swierkosz Date: Sat, 4 Jun 2022 20:58:17 -0400 Subject: [PATCH] Add `pull_request_template.md` --- .github/pull_request_template.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 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..4ecce018e7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ + + +# Description + + + +## Changes + + + +## Why + + + +Closes #[Issue Number] + + \ No newline at end of file