summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-30 14:44:05 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-30 14:44:42 -0800
commita26a8ce39a25fc1f8dcf70c21ffe7ee7ad875c3a (patch)
treec66f653428587554fd697b2ffd9025469dbe006e
parent6bfdf6730bb613096d0d0bd836e4e4b64bad982c (diff)
downloadohai-a26a8ce39a25fc1f8dcf70c21ffe7ee7ad875c3a.tar.gz
Update labels in the github templates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md2
-rw-r--r--.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
index 2c6b28b4..9e52ecfb 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"
+labels: "Status: Untriaged, Type: Bug"
---
## Description
diff --git a/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md b/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md
index 9f4a958f..9508b095 100644
--- a/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md
+++ b/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md
@@ -1,7 +1,7 @@
---
name: Design Proposal
about: I have a significant change I would like to propose and discuss before starting
-labels: "Status: Untriaged"
+labels: "Status: Untriaged, Type: Design Proposal"
---
### When a Change Needs a Design Proposal