summaryrefslogtreecommitdiffstats
path: root/pull_request_template.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:18:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:18:28 +0000
commitf8363b456f1ab31ee56abad579b215af195093d5 (patch)
treeb1500c675c2e0a55fb75721a854e1510acf7c862 /pull_request_template.md
parentInitial commit. (diff)
downloadrich-f8363b456f1ab31ee56abad579b215af195093d5.tar.xz
rich-f8363b456f1ab31ee56abad579b215af195093d5.zip
Adding upstream version 9.11.0.upstream/9.11.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pull_request_template.md')
-rw-r--r--pull_request_template.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/pull_request_template.md b/pull_request_template.md
new file mode 100644
index 0000000..74eb726
--- /dev/null
+++ b/pull_request_template.md
@@ -0,0 +1,18 @@
+## Type of changes
+
+- [ ] Bug fix
+- [ ] New feature
+- [ ] Documentation / docstrings
+- [ ] Tests
+- [ ] Other
+
+## Checklist
+
+- [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code.
+- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
+- [ ] I've added tests for new code.
+- [ ] I accept that @willmcgugan may be pedantic in the code review.
+
+## Description
+
+Please describe your changes here. If this fixes a bug, please link to the issue, if possible.