From 19c62144b1e49a7a37ba9fcc1c8f86bd04fe2480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Wed, 23 Jul 2025 12:18:19 +0200 Subject: [PATCH] move templates to .github --- {.gitea => .github}/issue_template.md | 0 {.gitea => .github}/pull_request_template.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.gitea => .github}/issue_template.md (100%) rename {.gitea => .github}/pull_request_template.md (100%) diff --git a/.gitea/issue_template.md b/.github/issue_template.md similarity index 100% rename from .gitea/issue_template.md rename to .github/issue_template.md diff --git a/.gitea/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .gitea/pull_request_template.md rename to .github/pull_request_template.md