Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Theo Arends 2019-07-02 11:09:23 +02:00 committed by GitHub
parent cc46e2e625
commit 9ae17d116b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
## Checklist:
- [ ] The pull request is done against the latest dev branch
- [ ] Only relevant files were touched (Also remember to update _changelog.ino_ file)
- [ ] Only relevant files were touched (Also remember to add to _changelog.ino_ file without updating version)
- [ ] Only one feature/fix was added per PR.
- [ ] The code change is tested and works.
- [ ] The code change pass travis tests. **Your PR cannot be merged unless tests pass**