summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..13d053ddb
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
+## Changes
+
+<!-- What does this change, in plain language? Include screenshots or videos if helpful. -->
+
+## Testing
+
+<!-- How can a reviewer test your code themselves? -->
+
+- [ ] Tests are passing
+- [ ] Tests updated where necessary
+
+## Docs
+
+- [ ] Docs / READMEs updated
+- [ ] Code comments added where helpful
+
+<!-- Notes, if any -->