From db4b46f8adc527761b720f3c11114547df45e74a Mon Sep 17 00:00:00 2001 From: x7z4w Date: Sun, 27 Jul 2025 19:20:47 +0000 Subject: [PATCH] [forgejo] Remove "feat:" and "bug:" from issue templates Signed-off-by: x7z4w --- .forgejo/ISSUE_TEMPLATE/bug-report.yaml | 3 +-- .forgejo/ISSUE_TEMPLATE/feature-request.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/ISSUE_TEMPLATE/bug-report.yaml b/.forgejo/ISSUE_TEMPLATE/bug-report.yaml index 5ac2e1ce3..8d99c2136 100644 --- a/.forgejo/ISSUE_TEMPLATE/bug-report.yaml +++ b/.forgejo/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,5 @@ name: 🐞 Bug Report description: Report a problem you've encountered -title: "bug: " labels: - bug body: @@ -67,4 +66,4 @@ body: label: Additional context description: Add any other context or comments that may be useful. validations: - required: false \ No newline at end of file + required: false diff --git a/.forgejo/ISSUE_TEMPLATE/feature-request.yaml b/.forgejo/ISSUE_TEMPLATE/feature-request.yaml index 91a2a6678..b87596114 100644 --- a/.forgejo/ISSUE_TEMPLATE/feature-request.yaml +++ b/.forgejo/ISSUE_TEMPLATE/feature-request.yaml @@ -1,6 +1,5 @@ name: "💡 Feature Request" description: "Suggest an idea or improvement for CoMaps" -title: "feat: " labels: - "enhancement" body: @@ -44,4 +43,4 @@ body: label: "Additional context" description: "Any other context, comments, or screenshots to support your request." validations: - required: false \ No newline at end of file + required: false