Update and rename pull_request_template.md to PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Hampton Maxwell 2018-10-07 17:07:13 -07:00 committed by GitHub
parent 76e45f42d0
commit 4c22943351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.