From 0c3fc3243bb56dcd756d65c7402d626bbc4574ee Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 6 Nov 2023 14:15:01 +0000 Subject: [PATCH] Remove default asignees from issue templates We'll set assignees when actually working on issues instead of having every issue assigned when created. --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 67750e6..2e9da9d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,6 @@ name: Bug report about: Thanks for the report! title: "[BUG]" labels: bug -assignees: cillian64, tdewey-rpi --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 257c7bf..7df8ed2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,6 @@ name: Feature request about: What would you like to see from rpi-imager? title: "[FEATURE]" labels: enhancement -assignees: cillian64, tdewey-rpi ---