summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/pull_request_template.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
new file mode 100644
index 0000000..87e6e08
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -0,0 +1,8 @@
+## Describe your changes
+
+## Issue ticket number (GitHub or JIRA)
+
+## Checklist before requesting a review
+- [ ] My code conforms to the guidelines in CONTRIBUTING.md
+- [ ] I made an entry in release_docs/RELEASE.txt (bug fixes, new features)
+- [ ] I added a test (bug fixes, new features)