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