summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentb03ac72c89472c3ed6c4c3e06d75b4151f1efd23 (diff)
downloadmixlib-cli-828bafc9fec4c03d73f51f72e773cef7e176de30.tar.gz
Disable Travis testing & Update codeowners
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6a560a..b6aa0af 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
# Mixlib::CLI
-[![Build Status Master](https://travis-ci.org/chef/mixlib-cli.svg?branch=master)](https://travis-ci.org/chef/mixlib-cli) [![Gem Version](https://badge.fury.io/rb/mixlib-cli.svg)](https://badge.fury.io/rb/mixlib-cli)
+ [![Gem Version](https://badge.fury.io/rb/mixlib-cli.svg)](https://badge.fury.io/rb/mixlib-cli)
+
+**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md)
+
+**Project State**: [Active](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#active)
+
+**Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
+
+**Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish. To use in your project: