From 48fc0f7ef35afec231e5976271db93860cea4314 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Tue, 18 Mar 2025 12:25:19 -0400 Subject: [PATCH] fix: remove unnecessary title in templates --- .github/ISSUE_TEMPLATE/bug-report.yaml | 7 ------- .github/ISSUE_TEMPLATE/feature-request.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 671120b..9fd422e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -3,13 +3,6 @@ description: Report an issue with Headplane assignees: [tale] labels: [bug, triage] body: - - type: input - attributes: - label: Title - description: A short summary of the issue - placeholder: e.g. "Error when uploading a file" - validations: - required: true - type: textarea attributes: label: Description diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index bfb5a2e..f483c0c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -3,13 +3,6 @@ description: Request a new feature or enhancement for Headplane assignees: [tale] labels: [enhancement, triage] body: - - type: input - attributes: - label: Title - description: A short summary of the enhancement you are requesting. - placeholder: e.g. "Add support for custom themes" - validations: - required: true - type: textarea attributes: label: Description