From ace8a79b132c3c7f537516c8c71977328c3aee36 Mon Sep 17 00:00:00 2001 From: Serhii Bykov Date: Fri, 14 Aug 2026 17:29:45 +0200 Subject: [PATCH] chore(github): remove colons from issue template titles --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5ad7f09..b87db66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Report a reproducible problem with Keyty. -title: "[Bug]: " +title: "[Bug] " labels: - bug body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 77c5e1e..bb63a72 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an improvement or new capability for Keyty. -title: "[Feature]: " +title: "[Feature] " labels: - enhancement body: