From 0c4c2fcb9d0d6777de0f7f4b1cad1d3fc58544fe Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Mon, 12 Jul 2021 10:14:50 -0700 Subject: [PATCH] Remove default assignee (#127) Signed-off-by: Ashish Agrawal --- .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 53e2c41e0..7b6750b61 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" labels: 'bug, untriaged, Beta' -assignees: skkosuri-amzn +assignees: --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a962435cd..f89a20b43 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: enhancement -assignees: skkosuri-amzn +assignees: ---