From 402acf563ec7009d0ea13bbd7f8e7e0c2be2102c Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Fri, 28 Apr 2023 11:01:40 -0700 Subject: [PATCH] fix bug report template --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 9 --------- .github/ISSUE_TEMPLATE/2.feature_request.yml | 16 +--------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 215ad40c..f0b4f4ef 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -17,15 +17,6 @@ body: - v2 validations: required: true - - type: checkboxes - attributes: - label: Product - description: Is this related to Umami Cloud? - options: - - v1 - - v2 - validations: - required: true - type: textarea attributes: label: Relevant log output diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 93b6e072..c85387c6 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -7,18 +7,4 @@ body: label: Describe the Bug description: A clear and concise description of what the bug is. validations: - required: true - - type: dropdown - attributes: - label: Version - description: What version of our software are you running? - options: - - v1 - - v2 - validations: - required: true - - type: textarea - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell \ No newline at end of file + required: true \ No newline at end of file