From 47ce507c07085951b229bf0c4c07baf8d1792a8b Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 1 Jul 2021 11:15:40 +0200 Subject: [PATCH] chore: disable auto assignee for github issues. save tigercl --- .github/ISSUE_TEMPLATE/bug-report.md | 1 - .github/ISSUE_TEMPLATE/feature-request.md | 1 - .github/ISSUE_TEMPLATE/support-needed.md | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 0258866dd..96d193913 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,7 +3,6 @@ name: Bug Report about: Create a report to help us improve title: '' labels: Support -assignees: tigercl --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 67b1dfa82..0519e5699 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -3,7 +3,6 @@ name: Feature Request about: Suggest an idea for this project title: '' labels: Feature -assignees: tigercl --- diff --git a/.github/ISSUE_TEMPLATE/support-needed.md b/.github/ISSUE_TEMPLATE/support-needed.md index 80b494077..18b47bfb5 100644 --- a/.github/ISSUE_TEMPLATE/support-needed.md +++ b/.github/ISSUE_TEMPLATE/support-needed.md @@ -3,7 +3,6 @@ name: Support Needed about: Asking a question about usages, docs or anything you're insterested in title: '' labels: Support -assignees: tigercl ---