From 8615d030b5a7d52072b1d228066b2ddd662c0460 Mon Sep 17 00:00:00 2001 From: bowenlan-amzn Date: Mon, 13 Nov 2023 09:50:49 -0800 Subject: [PATCH] yml issue template needs description not about Signed-off-by: bowenlan-amzn --- .github/ISSUE_TEMPLATE/bug_template.md | 2 +- .github/ISSUE_TEMPLATE/bug_template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md index be3ae51b237ee..f4404cb97866a 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.md +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -1,5 +1,5 @@ --- -name: 🐛 Bug report +name: 🐛 Bug report Old about: Create a report to help us improve title: "[BUG]" labels: 'bug, untriaged' diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml index ee239491ffa03..10e8cb58b11ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -1,5 +1,5 @@ name: 🐛 Bug report -about: Create a report to help us improve +description: Create a report to help us improve title: "[BUG] " labels: 'bug, untriaged' assignees: ''