summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..b51c945
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,11 @@
+Closes #<issue number>
+
+<!--
+If any of the items below don't apply to your PR, you can just remove them.
+See the contributing guide for more info:
+https://requests-cache.readthedocs.io/en/latest/contributing.html
+-->
+### Checklist
+- [ ] Added docstrings and type annotations
+- [ ] Added test coverage
+- [ ] Updated changelog to describe any user-facing features or changed behavior