From 942744556bf974a536f650b2647f111f33ca4703 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Wed, 22 Jul 2026 22:39:50 +0200 Subject: [PATCH] chore(gitea): migrate issue templates --- {.github => .gitea}/ISSUE_TEMPLATE/bug.yaml | 3 ++- .gitea/ISSUE_TEMPLATE/config.yml | 2 ++ {.github => .gitea}/ISSUE_TEMPLATE/feature.yaml | 3 ++- {.github => .gitea}/ISSUE_TEMPLATE/improvement.yaml | 3 ++- .github/ISSUE_TEMPLATE/config.yml | 1 - 5 files changed, 8 insertions(+), 4 deletions(-) rename {.github => .gitea}/ISSUE_TEMPLATE/bug.yaml (95%) create mode 100644 .gitea/ISSUE_TEMPLATE/config.yml rename {.github => .gitea}/ISSUE_TEMPLATE/feature.yaml (93%) rename {.github => .gitea}/ISSUE_TEMPLATE/improvement.yaml (92%) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.gitea/ISSUE_TEMPLATE/bug.yaml similarity index 95% rename from .github/ISSUE_TEMPLATE/bug.yaml rename to .gitea/ISSUE_TEMPLATE/bug.yaml index 5886808..c68e62c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug.yaml @@ -1,6 +1,7 @@ name: 🐛 Bug Report -description: Report a bug or unexpected behavior +about: Report a bug or unexpected behavior title: '🐛 [BUG]: ' +ref: main body: - type: textarea id: information diff --git a/.gitea/ISSUE_TEMPLATE/config.yml b/.gitea/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..dddc7d2 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +# Require one of the structured issue templates below. +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.gitea/ISSUE_TEMPLATE/feature.yaml similarity index 93% rename from .github/ISSUE_TEMPLATE/feature.yaml rename to .gitea/ISSUE_TEMPLATE/feature.yaml index a209d29..313121b 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.gitea/ISSUE_TEMPLATE/feature.yaml @@ -1,6 +1,7 @@ name: 💡 Enhancement -description: Suggest a new feature or improvement +about: Suggest a new feature or improvement title: '💡 [ENHANCEMENT]: ' +ref: main body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/improvement.yaml b/.gitea/ISSUE_TEMPLATE/improvement.yaml similarity index 92% rename from .github/ISSUE_TEMPLATE/improvement.yaml rename to .gitea/ISSUE_TEMPLATE/improvement.yaml index ec1ee41..ec01690 100644 --- a/.github/ISSUE_TEMPLATE/improvement.yaml +++ b/.gitea/ISSUE_TEMPLATE/improvement.yaml @@ -1,6 +1,7 @@ name: ⚙️ Improvement -description: Suggest an improvement to existing functionality, code quality, or performance +about: Suggest an improvement to existing functionality, code quality, or performance title: '⚙️ [Improvement]: ' +ref: main body: - type: textarea id: context diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false