diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-10 13:55:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-10 13:55:17 -0700 |
commit | 30b68a8e8c3791463370fb948d2f226f0440b5af (patch) | |
tree | 380da8b88d93223877f8b4a1da14a9072a22fa91 /.github/ISSUE_TEMPLATE | |
parent | 155d8d5201a5912612f1c62ce8d5cc58a6046c9b (diff) | |
download | ohai-30b68a8e8c3791463370fb948d2f226f0440b5af.tar.gz |
Update the github issue templates
Make sure we apply the labels
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md | 1 |
3 files changed, 2 insertions, 2 deletions
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. |