Minor cleanup

This commit is contained in:
Hampton Maxwell 2018-10-07 17:02:29 -07:00 committed by GitHub
parent ea9736688a
commit 2dbab3e26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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