summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 13:21:01 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 13:21:01 -0800
commit60c2e0d86ac80f60937cea942ffa872145053647 (patch)
tree0ca1682baf91675f167e792331ebaddb06551b85 /.github/ISSUE_TEMPLATE
parent915d25a562a24c8b211f6a5920fac7e0c3ef5b79 (diff)
downloadmixlib-authentication-60c2e0d86ac80f60937cea942ffa872145053647.tar.gz
Test on Ruby 2.7 + random testing improvements
Update the Github templates to use multiple labels Use Gem caching our BK Add Ruby 2.7 testing Use Debian 10 Ruby containers not Debian 9 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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 f28915b..87ac9b4 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"
---
# Version:
diff --git a/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md b/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md
index 9f4a958..9508b09 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