summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-22 10:45:08 -0700
committerGitHub <noreply@github.com>2019-04-22 10:45:08 -0700
commitb85ee3e48b3869e5a36ea90472fe29f01907a32f (patch)
tree0359c8a3e1c57124a7837510c832d7a4f8a0f175
parent8c65304eb8f6a3bd107a7606b6a0e92e7ce7fc8f (diff)
parent5cd0934f7e024110c119ba085a5377af3e39b4f4 (diff)
downloadohai-b85ee3e48b3869e5a36ea90472fe29f01907a32f.tar.gz
Merge pull request #1348 from chef/teams
Update the repo for the new governance
-rw-r--r--.github/CODEOWNERS7
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md2
-rw-r--r--.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md1
-rw-r--r--.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md17
-rw-r--r--.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md1
-rw-r--r--README.md10
6 files changed, 32 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 421f226f..9dbcc7ba 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,4 +1,5 @@
-* @chef/client-maintainers
+# Order is important. The last matching pattern has the most precedence.
+
+* @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/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
index 7ac47cbc..2c6b28b4 100644
--- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
@@ -1,7 +1,7 @@
---
name: 🐛 Bug Report
about: If something isn't working as expected 🤔.
-
+labels: "Status: Untriaged"
---
## Description
diff --git a/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md b/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md
index ff55a658..9f4a958f 100644
--- a/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md
+++ b/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md
@@ -1,6 +1,7 @@
---
name: Design Proposal
about: I have a significant change I would like to propose and discuss before starting
+labels: "Status: Untriaged"
---
### When a Change Needs a Design Proposal
diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..65bf5a06
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
+---
+name: 🚀 Enhancement Request
+about: I have a suggestion (and may want to implement it 🙂)!
+labels: "Status: Untriaged"
+---
+
+### Describe the Enhancement:
+<!--- What you are trying to achieve that you can't? -->
+
+### Describe the Need:
+<!--- What kind of user do you believe would utilize this enhancement, and how many users might want this functionality -->
+
+### Current Alternative
+<!--- Is there a current alternative that you can utilize to workaround the lack of this enhancement -->
+
+### Can We Help You Implement This?:
+<!--- The best way to ensure your enhancement is built is to help implement the enhancement yourself. If you're interested in helping out we'd love to give you a hand to make this possible. Let us know if there's something you need. -->
diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
index d309dd00..921a5f0b 100644
--- a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
+++ b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
@@ -1,7 +1,6 @@
---
name: 🤗 Support Question
about: If you have a question 💬, please check out our Slack!
-
---
We use GitHub issues to track bugs and feature requests. If you need help please post to our Mailing List or join the Chef Community Slack.
diff --git a/README.md b/README.md
index 2156b8a8..3b5aa663 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.
@@ -92,7 +100,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