From a380b9da8296b889e2ce30445bad8802a94a8c44 Mon Sep 17 00:00:00 2001 From: Lars Winzer Date: Thu, 11 Jun 2026 14:46:07 +0200 Subject: [PATCH] Move: Issue templates from .github to .gitea folder --- {.github => .gitea}/ISSUE_TEMPLATE/config.yml | 0 {.github => .gitea}/ISSUE_TEMPLATE/feature_request.yml | 0 {.github => .gitea}/ISSUE_TEMPLATE/issue_report.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .gitea}/ISSUE_TEMPLATE/config.yml (100%) rename {.github => .gitea}/ISSUE_TEMPLATE/feature_request.yml (100%) rename {.github => .gitea}/ISSUE_TEMPLATE/issue_report.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.gitea/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .gitea/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.gitea/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .gitea/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.gitea/ISSUE_TEMPLATE/issue_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/issue_report.yml rename to .gitea/ISSUE_TEMPLATE/issue_report.yml