From 04d0b63f843b603d9e10be1b159ba58cc8f98291 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 2 Feb 2023 09:21:52 +0100 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/01-report-a-bug.yml | 2 -- .github/ISSUE_TEMPLATE/03-request-a-change.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-report-a-bug.yml b/.github/ISSUE_TEMPLATE/01-report-a-bug.yml index 24111dffa..bf8c18acd 100644 --- a/.github/ISSUE_TEMPLATE/01-report-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-report-a-bug.yml @@ -1,7 +1,5 @@ name: Report a bug description: Something is not working? Report a bug -labels: - - needs investigation body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/03-request-a-change.yml b/.github/ISSUE_TEMPLATE/03-request-a-change.yml index 2fbbbd2fc..3fa6a0322 100644 --- a/.github/ISSUE_TEMPLATE/03-request-a-change.yml +++ b/.github/ISSUE_TEMPLATE/03-request-a-change.yml @@ -1,7 +1,5 @@ name: Request a change description: Want to submit an idea? Propose a change or feature request -labels: - - needs investigation body: - type: textarea