summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-10 13:55:17 -0700
committerTim Smith <tsmith@chef.io>2019-04-10 13:55:17 -0700
commit30b68a8e8c3791463370fb948d2f226f0440b5af (patch)
tree380da8b88d93223877f8b4a1da14a9072a22fa91
parent155d8d5201a5912612f1c62ce8d5cc58a6046c9b (diff)
downloadohai-30b68a8e8c3791463370fb948d2f226f0440b5af.tar.gz
Update the github issue templates
Make sure we apply the labels Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md2
-rw-r--r--.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md1
-rw-r--r--.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md1
4 files changed, 4 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3bb73c09..9dbcc7ba 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,3 +1,5 @@
+# Order is important. The last matching pattern has the most precedence.
+
* @chef/chef-infra-reviewers
.expeditor/** @chef/jex-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/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.