From 8f6f5424364e4268b28b7a43ad52b05b10d80ecf Mon Sep 17 00:00:00 2001 From: Susmitha Girumala Date: Thu, 24 Aug 2023 17:26:56 -0400 Subject: [PATCH] Update labels in github issue template (#3625) * Update bug_report.md * Update labels in github issue template for jira integration improvements --- .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 caa1c4ceb7..1ca5337eaa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Let us know about a bug! title: '' -labels: '' +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7775cce1b0..c6308b35f1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest something! title: '' -labels: '' +labels: enhancement assignees: '' ---