summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-31 23:01:02 -0700
committerGitHub <noreply@github.com>2019-05-31 23:01:02 -0700
commitb02f49922fde9227eef53de8c6d3878254ba906e (patch)
tree2993598f090763f3815d06f0478217d13271cd5d /README.md
parentf6c74c373bb5770c336ca48a540aa2e75207400c (diff)
parent828bafc9fec4c03d73f51f72e773cef7e176de30 (diff)
downloadmixlib-cli-b02f49922fde9227eef53de8c6d3878254ba906e.tar.gz
Merge pull request #62 from chef/bk
Disable Travis testing & Update codeowners
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: