From 6612e1a06d455ad02f9655682b388929a87bc935 Mon Sep 17 00:00:00 2001 From: Anton Lorani <28454919+antonlorani@users.noreply.github.com> Date: Sat, 9 May 2026 23:38:20 +0200 Subject: [PATCH] Removes empty title field (#132) * Github validation rejects an empty title value --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a8b1cb0..4e6721c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Bug Report description: Report a reproducible bug in Jottre. -title: "" labels: - bug body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6d80249..6e27511 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,5 @@ name: Feature Request description: Suggest a new feature or improvement for Jottre. -title: "" labels: - feature body: