meta: add checklist instructions on Pull Request template

This commit is contained in:
Marc Cornellà 2020-10-13 11:27:14 +02:00 committed by GitHub
parent 2657c87f0a
commit 1e25abacad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
## Standards checklist:
<!-- Fill with an x the ones that apply. Example: [x] -->
- [ ] The PR title is descriptive.
- [ ] The PR doesn't replicate another PR which is already open.
- [ ] I have read the contribution guide and followed all the instructions.