summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-10-06 14:00:30 +0100
committerThom May <thom@chef.io>2016-10-06 14:00:30 +0100
commitc3ff205b8200d4494e6d4b123c19b6f51712e943 (patch)
tree25a4076ac3615222d2b0b37a5bdf52e5773bf09c
parent81300c7168df0c3e6171b3dbfe09f92c28b6f2a1 (diff)
downloadchef-tm/add_pr_template.tar.gz
add PR templatetm/add_pr_template
Signed-off-by: Thom May <thom@chef.io>
-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>