diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-01 00:01:32 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-06 18:10:37 -0700 |
commit | 30c1eb1ef1c2a68c0a0883afbee66b4e811edabe (patch) | |
tree | a547dbe052ab9da94e13724a82870bb70ee3e81d /.github | |
parent | 00e6fee1941229ff03d0cab7e088742c2ee0c09f (diff) | |
download | mixlib-shellout-30c1eb1ef1c2a68c0a0883afbee66b4e811edabe.tar.gz |
Add the actual BK pipeline config
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9dbcc7b..f1217b3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Order is important. The last matching pattern has the most precedence. -* @chef/chef-infra-reviewers +* @chef/chef-foundation-reviewers .expeditor/** @chef/jex-team *.md @chef/docs-team diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0df03f8..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ -### Description - -[Please describe what this change achieves] - -### Issues Resolved - -[List any existing issues this PR resolves, or any Discourse or -StackOverflow discussions that are 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> -- [ ] PR title is a worthy inclusion in the CHANGELOG
\ No newline at end of file |