From 22bb19eaca37459e625a48ad7fc7f23456348c17 Mon Sep 17 00:00:00 2001 From: "Ian H. Pittwood" Date: Wed, 12 Feb 2020 13:55:38 -0600 Subject: [PATCH] Adds triage label to issue templates Adds a triage label by default to the issue templates for project maintainers to identify new issues that still need to be evaluated, labeled, and addressed. Change-Id: I9508cce273e7834ccff5eb77c0dd6a1e028dc299 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ac0702cd0..cf21407cf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Report a bug or unexpected airshipctl behavior title: '' -labels: bug +labels: bug, triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ec2ffa871..5077e0dfa 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an airshipctl feature title: '' -labels: enhancement +labels: enhancement, triage assignees: '' ---