From 13b5ed9044b6e62680d25fd7d4458585a1b7ea81 Mon Sep 17 00:00:00 2001 From: PeacefulPotato <57071692+PeacefulPotato@users.noreply.github.com> Date: Fri, 4 Dec 2020 15:09:30 -0500 Subject: [PATCH] Create pull_request.md --- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000..1fc461e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,7 @@ + +**Changes** +A bulleted list of the changes you made. Will be used in release notes. +**Reasoning** +Why you want to make these changes. Should be clear and concise. +**Drawback Handling** +Potential drawbacks in this change and how you addressed them.