aboutsummaryrefslogtreecommitdiff
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.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..76469e1
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
+<!--
+Please prefix your PR title with [WIP] for PRs that are still in progress.
+-->
+
+#### Describe the changes
+The related issue or a description of the bug or feature that this PR addresses.
+
+#### Tasks
+- [ ] Unit tests added that reproduce the issue or prove feature is working
+- [ ] Fix or feature added
+- [ ] Entry to release notes added
+- [ ] Pre-commit CI shows no errors
+- [ ] Unit tests passing
+- [ ] For documentation changes: The Read the Docs preview builds and looks as expected