summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-11-29 16:32:27 -0800
committerTim Smith <tsmith@chef.io>2016-11-29 18:46:20 -0800
commitbfe59dff1d8d72ccc7057ab3e1d3b14c5055792b (patch)
treed5543799e7523521bc03834732a9c5388ba85ce4
parent86ef325580c26cec5fd4afde5796895e77b7cc1b (diff)
downloadohai-gh.tar.gz
Add a github pull request templategh
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..dc554f31
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,15 @@
+### Description
+
+[Please describe what this change achieves]
+
+### Issues Resolved
+
+[List any existing issues this PR resolves, or any Discourse or
+StackOverflow discussions that are relevant]
+
+### Check List
+
+- [ ] New functionality includes tests
+- [ ] All tests pass
+- [ ] RELEASE\_NOTES.md, has been updated if required (not required for bugfixes, required for API changes)
+- [ ] All commits have been signed-off for the Developer Certificate of Origin. See <https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco>