From f0acaf202be2318d87fe7beee21aee392625e3f7 Mon Sep 17 00:00:00 2001 From: cgunasree08 Date: Wed, 3 Sep 2025 20:48:27 +0530 Subject: [PATCH 1/2] Remove SLA text from README.md Signed-off-by: cgunasree08 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 471cda8..2b8cceb 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,6 @@ **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: ```ruby From 36673069b0040adec16b72b3aeb2bcf7faa1bbeb Mon Sep 17 00:00:00 2001 From: cgunasree08 Date: Thu, 4 Sep 2025 19:50:46 +0530 Subject: [PATCH 2/2] Remove remaining SLA references Signed-off-by: cgunasree08 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2b8cceb..7430ab7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ [![Build Status](https://badge.buildkite.com/5b595abc5c79a69fa4da5aeb14efd8e9104ec3a4ca53fc904a.svg?branch=master)](https://buildkite.com/chef-oss/chef-mixlib-cli-master-verify) [![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) - 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: ```ruby