From 4c22943351e4cfd8af052b477ba23a1017cc147b Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Sun, 7 Oct 2018 17:07:13 -0700 Subject: [PATCH] Update and rename pull_request_template.md to PULL_REQUEST_TEMPLATE.md --- .github/{pull_request_template.md => PULL_REQUEST_TEMPLATE.md} | 3 +++ 1 file changed, 3 insertions(+) rename .github/{pull_request_template.md => PULL_REQUEST_TEMPLATE.md} (87%) diff --git a/.github/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 87% rename from .github/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md index 923207288d..5ee6f693c9 100644 --- a/.github/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,3 +15,6 @@ If the PR requires special testing setup provide all the relevant instructions a #### Focus the PR on only one area Testing multiple features takes longer than isolated changes and if there is a bug in one feature, prevents the other parts of your PR from getting merged until it gets fixed. If you're touching multiple different areas that aren't related, break the changes up into multiple PRs. + +#### Describe the changes +Add a note describing what your PR does. If there is a change to the behavior of the code, explain why it needs to be updated.