From 22fbfec7d350aaa68b494bac96a7a456c770208a Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 29 Sep 2021 13:50:28 -0700 Subject: [PATCH] Create a simple PR template Preparing for Hacktoberfest. --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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 000000000..2661cfac6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + +Please include a summary of the change and which issue number is fixed, including relevant motivation and context. Feel free to mark this as a Draft or WIP and write up some details later. + +# Description + +Fixes # (issue) + +--- + +Some things you might want to mention: + +1. Why are you making the change? +2. Explain how it works and decisions you made. +3. If you're fixing something, what was wrong? How should we stop from having this issue happen again? +4. If this is a new feature or addition to functionality, why should it be added? What are the use cases? Who was asking for this functionality? + +If this is an unsolicited change or have no issue associated please do your best to detail the motivations behind this PR.