Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Uku Taht 2020-09-18 11:29:17 +03:00 committed by GitHub
parent c89ea22561
commit b226aa4567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,15 @@
### Changes
Please describe the changes made in the pull request here. Below you'll find a checklist, please make sure to fill out each section.
### Tests
- [ ] Automated tests have been added
- [ ] This PR does not require tests
### Changelog
- [ ] Entry has been added to changelog
- [ ] This PR does not make a user-facing change
### Documentation
- [ ] [Docs](https://github.com/plausible/docs) have been updated
- [ ] This change does not need a documenetation update