diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-05 15:57:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-05 15:57:19 -0700 |
commit | 72b8898a4311e639a1fecd5666fd9e513e83f541 (patch) | |
tree | 7638db607eb224d0597f7437ec43816c0c111933 /.github | |
parent | e729655714cc3f086edb7af87a32c4b2d453b9a7 (diff) | |
download | chef-72b8898a4311e639a1fecd5666fd9e513e83f541.tar.gz |
Add issue labels to our other templates
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md b/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md index ff55a6583c..9f4a958fea 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 index 0e06843554..65bf5a06b1 100644 --- a/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ --- name: 🚀 Enhancement Request about: I have a suggestion (and may want to implement it 🙂)! - +labels: "Status: Untriaged" --- ### Describe the Enhancement: diff --git a/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md index c94713f0e4..50a8e2af0d 100644 --- a/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md @@ -1,7 +1,7 @@ --- name: 💪 Resource Request about: I have a suggestion for a new resource in Chef (and may want to implement it 🙌)! - +labels: "Status: Untriaged" --- ### Core Chef Resource Checklist diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md index f506318876..68c5664792 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. |