From e3be49070da389451fac50b4d5557d8152d71df3 Mon Sep 17 00:00:00 2001 From: Filipe C Menezes Date: Tue, 29 Apr 2025 16:54:33 +0100 Subject: [PATCH] fix: issue template with title twice --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1b4ed0930..540baf771 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,20 +1,12 @@ --- name: "Bug Report" description: "Report a bug to help us improve." -title: "[Bug]: " +title: "[Bug]: " type: "Bug" body: - type: markdown attributes: value: "Please fill out the following details to help us address the issue." - - type: input - id: title - attributes: - label: "Bug Title" - description: "Provide a short and descriptive title for the bug." - placeholder: "e.g., can't run an aggregation" - validations: - required: true - type: checkboxes id: app attributes: