From 80a6b61764d04220edfbd535bc0720bf84d777b7 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Apr 2026 20:04:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20chore:=20consolidate=20issue=20templates?= =?UTF-8?q?=20into=20.forgejo/ISSUE=5FTEMPLATE/=20=E2=80=94=20currently=20?= =?UTF-8?q?orphaned=20in=20.codeberg/,=20not=20read=20by=20Forgejo=20(#626?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {.codeberg => .forgejo}/ISSUE_TEMPLATE/bug.yaml | 2 +- {.codeberg => .forgejo}/ISSUE_TEMPLATE/feature.yaml | 0 {.codeberg => .forgejo}/ISSUE_TEMPLATE/refactor.yaml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {.codeberg => .forgejo}/ISSUE_TEMPLATE/bug.yaml (98%) rename {.codeberg => .forgejo}/ISSUE_TEMPLATE/feature.yaml (100%) rename {.codeberg => .forgejo}/ISSUE_TEMPLATE/refactor.yaml (100%) diff --git a/.codeberg/ISSUE_TEMPLATE/bug.yaml b/.forgejo/ISSUE_TEMPLATE/bug.yaml similarity index 98% rename from .codeberg/ISSUE_TEMPLATE/bug.yaml rename to .forgejo/ISSUE_TEMPLATE/bug.yaml index f8142b9..23b0bba 100644 --- a/.codeberg/ISSUE_TEMPLATE/bug.yaml +++ b/.forgejo/ISSUE_TEMPLATE/bug.yaml @@ -1,7 +1,7 @@ name: Bug Report about: Something is broken or behaving incorrectly labels: - - bug + - bug-report body: - type: textarea id: what diff --git a/.codeberg/ISSUE_TEMPLATE/feature.yaml b/.forgejo/ISSUE_TEMPLATE/feature.yaml similarity index 100% rename from .codeberg/ISSUE_TEMPLATE/feature.yaml rename to .forgejo/ISSUE_TEMPLATE/feature.yaml diff --git a/.codeberg/ISSUE_TEMPLATE/refactor.yaml b/.forgejo/ISSUE_TEMPLATE/refactor.yaml similarity index 100% rename from .codeberg/ISSUE_TEMPLATE/refactor.yaml rename to .forgejo/ISSUE_TEMPLATE/refactor.yaml