Update PR Template to include squashing commits

This commit is contained in:
Dave Machado 2018-04-21 14:15:54 -04:00 committed by GitHub
parent 3ceaf0a7df
commit 9bdfc79c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,6 @@ To ensure your PR is dealt with swiftly please check the following:
- [ ] Each table column should be padded with one space on either side
- [ ] You have searched the repository for any relevant issues or pull requests
- [ ] Any category you are creating has the minimum requirement of 3 items
- [ ] All changes have been [squashed][squash-link] into a single commit
[squash-link]: <https://github.com/todotxt/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit>