From 178a8467d3de5d69719a9e6a7d7a7220743006cc Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 31 Jul 2018 16:11:33 -0700 Subject: [PATCH] Update codeowners and add PR template Signed-off-by: Tim Smith --- .github/CODEOWNERS | 3 ++- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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