summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-10-11 16:48:07 +0100
committerGitHub <noreply@github.com>2016-10-11 16:48:07 +0100
commit310610f636824a46941492d4505bd981980fac37 (patch)
tree8841df7c72f7be449663cff503b2167f1ef74aa2
parent274f9e8b901547a9d61f0364c177cf6f01c61158 (diff)
parentc3ff205b8200d4494e6d4b123c19b6f51712e943 (diff)
downloadchef-310610f636824a46941492d4505bd981980fac37.tar.gz
Merge pull request #5421 from chef/tm/add_pr_template
add PR template
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..a15e5747cc
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,16 @@
+### Description
+
+[Please describe what this change achieves]
+
+### Issues Resolved
+
+[List any existing issues this PR resolves, or any Discourse or
+StackOverflow discussion that's relevant]
+
+### Check List
+
+- [ ] New functionality includes tests
+- [ ] All tests pass
+- [ ] Documentation, especially RELEASE\_NOTES.md, has been updated if
+ required
+- [ ] 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>