From 6551a6330b8e75f33019259837c1fb62312a9770 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 9 Aug 2023 16:13:52 -0400 Subject: [PATCH] remove default assignee --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- .github/ISSUE_TEMPLATE/feature_request.md | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 24f8c11d..a05a514c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,8 +3,7 @@ name: Bug Report about: Create a bug report to help us fix a demonstrable problem with code in the library. title: '' labels: bug -assignees: claviska - +assignees: --- ### Describe the bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1f020ff7..fe22e324 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,8 +3,6 @@ name: Feature Request about: Suggest an idea for this project. title: '' labels: feature -assignees: claviska - --- ### What issue are you having?