chore(gitea): migrate issue templates

This commit is contained in:
2026-07-22 22:39:50 +02:00
parent cad41e5dc0
commit 942744556b
5 changed files with 8 additions and 4 deletions
@@ -1,6 +1,7 @@
name: 🐛 Bug Report name: 🐛 Bug Report
description: Report a bug or unexpected behavior about: Report a bug or unexpected behavior
title: '🐛 [BUG]: ' title: '🐛 [BUG]: '
ref: main
body: body:
- type: textarea - type: textarea
id: information id: information
+2
View File
@@ -0,0 +1,2 @@
# Require one of the structured issue templates below.
blank_issues_enabled: false
@@ -1,6 +1,7 @@
name: 💡 Enhancement name: 💡 Enhancement
description: Suggest a new feature or improvement about: Suggest a new feature or improvement
title: '💡 [ENHANCEMENT]: ' title: '💡 [ENHANCEMENT]: '
ref: main
body: body:
- type: textarea - type: textarea
id: description id: description
@@ -1,6 +1,7 @@
name: ⚙️ Improvement 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]: ' title: '⚙️ [Improvement]: '
ref: main
body: body:
- type: textarea - type: textarea
id: context id: context
-1
View File
@@ -1 +0,0 @@
blank_issues_enabled: false