From 032ba7b5e49ef093993e123fafb8cb1e6a60fa90 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Mon, 25 Jul 2022 16:14:38 +0100 Subject: [PATCH] TUN-6598: Remove auto assignees on github issues This PR removes automatic assignees on github issues because it sends a slightly wrong message about triaging. We will continue to triage issues and find a more focussed method to nominate assignees. --- .github/ISSUE_TEMPLATE/---bug-report.md | 1 - .github/ISSUE_TEMPLATE/---documentation.md | 1 - .github/ISSUE_TEMPLATE/---feature-request.md | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 9aaa512c..8d26bfe7 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -3,7 +3,6 @@ name: "\U0001F41B Bug report" about: Create a report to help us improve cloudflared title: "\U0001F41B" labels: 'Priority: Normal, Type: Bug' -assignees: abelinkinbio --- diff --git a/.github/ISSUE_TEMPLATE/---documentation.md b/.github/ISSUE_TEMPLATE/---documentation.md index 4231ddf4..740125be 100644 --- a/.github/ISSUE_TEMPLATE/---documentation.md +++ b/.github/ISSUE_TEMPLATE/---documentation.md @@ -3,7 +3,6 @@ name: "\U0001F4DD Documentation" about: Request new or updated documentation for cloudflared title: "\U0001F4DD" labels: 'Priority: Normal, Type: Documentation' -assignees: abelinkinbio, ranbel --- diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index 2862e063..25982e77 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -3,7 +3,6 @@ name: "\U0001F4A1 Feature request" about: Suggest a feature or enhancement for cloudflared title: "\U0001F4A1" labels: 'Priority: Normal, Type: Feature Request' -assignees: abelinkinbio, sssilver ---