summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-31 16:12:16 -0700
committerTim Smith <tsmith@chef.io>2018-07-31 16:12:16 -0700
commit0ba7577fdcccae14af4b50bf58316060c59f5bf5 (patch)
tree9e4d17080a06de61556501fe96467f9113de11ab /.github/PULL_REQUEST_TEMPLATE.md
parent5c6f8f0951da86f00b69fb30887f86b7d2cb78ae (diff)
downloadmixlib-authentication-0ba7577fdcccae14af4b50bf58316060c59f5bf5.tar.gz
Update codeowners and add github PR templategithub
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..441965f
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
+### 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
+- [ ] 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>