Skip to content

Commit

Permalink
Update and rename pull_request_template.md to PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cobarx committed Oct 8, 2018
1 parent 76e45f4 commit 4c22943
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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.

0 comments on commit 4c22943

Please sign in to comment.