From 210732334e1c30d82122cd9d73337a24782b7b94 Mon Sep 17 00:00:00 2001 From: mcphedar Date: Wed, 7 Jul 2021 15:10:50 -0500 Subject: [PATCH 1/2] Updating this template with correct labels Signed-off-by: mcphedar --- .github/ISSUE_TEMPLATE/ar_bug_report-md.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ar_bug_report-md.md b/.github/ISSUE_TEMPLATE/ar_bug_report-md.md index e2f64b88b8..0d4aee9397 100644 --- a/.github/ISSUE_TEMPLATE/ar_bug_report-md.md +++ b/.github/ISSUE_TEMPLATE/ar_bug_report-md.md @@ -1,17 +1,8 @@ --- name: ar_bug_report.md about: Create a bug for a an issue found in the Automated Review -title: '' -labels: '' -assignees: '' - ---- - ---- -name: Automated Review Bug report -about: Create a report when a failure occurs in main branch -title: '' -labels: 'Automated_Review' +title: 'AR Bug Report' +labels: 'needs-triage,kind/bug,kind/automation' assignees: '' --- From 93db356fbb60df4dce08a36a9cb75481fe3d9fa2 Mon Sep 17 00:00:00 2001 From: mcphedar Date: Wed, 7 Jul 2021 15:23:25 -0500 Subject: [PATCH 2/2] Updating templates Signed-off-by: mcphedar --- .github/ISSUE_TEMPLATE/{ar_bug_report-md.md => ar_bug_report.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{ar_bug_report-md.md => ar_bug_report.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/ar_bug_report-md.md b/.github/ISSUE_TEMPLATE/ar_bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/ar_bug_report-md.md rename to .github/ISSUE_TEMPLATE/ar_bug_report.md