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