diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a45a4d86..92320728 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,6 +12,6 @@ After you open the PR, update the CHANGELOG.md file with an entry pointing to yo #### Provide an example of how to test the change If the PR requires special testing setup provide all the relevant instructions and files. This may include a sample video file or URL, configuration, or setup steps. -#### Focused the PR on only one area +#### 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.