summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-07-29 15:26:32 (GMT)
committerGitHub <noreply@github.com>2022-07-29 15:26:32 (GMT)
commitce4c41f89fd1080264dd386e784bf584ed4859d7 (patch)
tree9fbae709b81ee80f4def393c7dd8fe33381dbe80 /.github/PULL_REQUEST_TEMPLATE
parentab948ff9f909b05b1d2acd7c5d55f25835f29c26 (diff)
downloadhdf5-ce4c41f89fd1080264dd386e784bf584ed4859d7.zip
hdf5-ce4c41f89fd1080264dd386e784bf584ed4859d7.tar.gz
hdf5-ce4c41f89fd1080264dd386e784bf584ed4859d7.tar.bz2
Created a pull request template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE')
-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)