summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-31 22:21:55 -0700
committerTim Smith <tsmith@chef.io>2019-05-31 22:22:28 -0700
commit828bafc9fec4c03d73f51f72e773cef7e176de30 (patch)
tree930f4aba263a99e07412c406077aef13bf76d3b2 /.github
parentb03ac72c89472c3ed6c4c3e06d75b4151f1efd23 (diff)
downloadmixlib-cli-828bafc9fec4c03d73f51f72e773cef7e176de30.tar.gz
Disable Travis testing & Update codeowners
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
2 files changed, 1 insertions, 16 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9dbcc7b..a1c440b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -2,4 +2,4 @@
* @chef/chef-infra-reviewers
.expeditor/** @chef/jex-team
-*.md @chef/docs-team
+*.md @chef/docs-team \ No newline at end of file
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