From 72b8898a4311e639a1fecd5666fd9e513e83f541 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 5 Apr 2019 15:57:19 -0700 Subject: [PATCH] Add issue labels to our other templates Signed-off-by: Tim Smith --- .github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md | 1 + .github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/RESOURCE_REQUEST.md | 2 +- .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 ff55a6583c9..9f4a958fea9 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 0e068435542..65bf5a06b12 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 c94713f0e4d..50a8e2af0d0 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 f5063188760..68c56647923 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.