summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-31 16:14:29 -0700
committerTim Smith <tsmith@chef.io>2018-07-31 16:14:29 -0700
commit2429be2ebccd0d253971fca6fc747cb4ace915c9 (patch)
treec2dd1bb62aa0d23f061c6f25393dadc8b6e1eeb1 /.github
parent3e3b4c2ac13f3d59dd26042028dfdf1596a26939 (diff)
downloadmixlib-shellout-2429be2ebccd0d253971fca6fc747cb4ace915c9.tar.gz
Update codeowners and add github PR templategithub
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS5
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
2 files changed, 18 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 59c6d93..fee8d42 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1 +1,4 @@
-* @chef/client-maintainers
+# Order is important. The last matching pattern has the most precedence.
+
+* @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>