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