summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-10 13:36:39 -0700
committerTim Smith <tsmith@chef.io>2019-04-10 13:36:39 -0700
commit155d8d5201a5912612f1c62ce8d5cc58a6046c9b (patch)
treec62ba7c23874381d279d4db506cb670f2a6f8473
parentd05bd62ac90c057f8dded00b960253f765a57db4 (diff)
downloadohai-155d8d5201a5912612f1c62ce8d5cc58a6046c9b.tar.gz
Update the repo for the new governance
This project is now part of the chef-infra project. This updates the codeowners and adds information to the readme. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/CODEOWNERS5
-rw-r--r--README.md10
2 files changed, 11 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 421f226f..3bb73c09 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,4 +1,3 @@
-* @chef/client-maintainers
+* @chef/chef-infra-reviewers
.expeditor/** @chef/jex-team
-README.md @chef/docs-team
-RELEASE_NOTES.md @chef/docs-team
+*.md @chef/docs-team
diff --git a/README.md b/README.md
index fdff54c3..6d488ed8 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,14 @@
[![Build Status Master](https://travis-ci.org/chef/ohai.svg?branch=master)](https://travis-ci.org/chef/ohai) [![Build Status Master](https://ci.appveyor.com/api/projects/status/github/chef/ohai?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/ohai/branch/master) [![Gem Version](https://badge.fury.io/rb/ohai.svg)](https://badge.fury.io/rb/ohai)
+**Umbrella Project**: [Chef Infra](https://github.com/chef/chef-oss-practices/blob/master/teams/chef-infra.md)
+
+**Project State**: [Active](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#active)
+
+**Issues Response SLA**: 10 business days
+
+**Pull Request Response SLA**: 10 business days
+
## Description
Ohai detects data about your operating system. It can be used standalone, but its primary purpose is to provide node data to Chef.
@@ -70,7 +78,7 @@ For information on contributing to this project see <https://github.com/chef/che
Ohai - system information application
- Author:: Adam Jacob ([adam@chef.io](mailto:adam@chef.io))
-- Copyright:: Copyright (c) 2008-2018 Chef Software, Inc.
+- Copyright:: Copyright (c) 2008-2019 Chef Software, Inc.
- License:: Apache License, Version 2.0
```text