summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-11-29 18:46:54 -0800
committerGitHub <noreply@github.com>2016-11-29 18:46:54 -0800
commit51fc8480a8e2d2e0ef5855f870f9caad727333ac (patch)
treec4bfe422d6d65a7242a6a67dcffa93ca31d6a13c
parent404f010df960904f32148f42178ad6d90b8e2722 (diff)
parentbfe59dff1d8d72ccc7057ab3e1d3b14c5055792b (diff)
downloadohai-51fc8480a8e2d2e0ef5855f870f9caad727333ac.tar.gz
Merge pull request #911 from chef/gh
Add a github pull request template
-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>