diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000000000000000000000000000000000..0e36535474ea1dec122aa572c0057c570e93f867
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -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