summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-31 16:18:27 -0700
committerTim Smith <tsmith@chef.io>2018-07-31 16:18:27 -0700
commit9151a2a38df7f0f73d0b8e6087556f639d185a03 (patch)
tree8e16b6271b59b3fc2ca68ca5c96952f00ff82e66 /.github
parente52a16991d3a992be642d6213630d0f610a2bdbf (diff)
downloadmixlib-cli-9151a2a38df7f0f73d0b8e6087556f639d185a03.tar.gz
Update codeowners and add github PR template
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
2 files changed, 16 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4ea576b..fee8d42 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,3 +1,4 @@
# Order is important. The last matching pattern has the most precedence.
-* @chef/client-maintainers
+* @chef/client-maintainers
+.expeditor/** @chef/jex-team
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>