From 9d0b8a2feee916bd6dfaacd7492a40be4800b8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Fri, 16 Dec 2022 14:10:26 +0100 Subject: [PATCH] Fix issue report template formats --- .gitea/issue_template/bug.yml | 11 +---------- .gitea/issue_template/enhancement.yml | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/.gitea/issue_template/bug.yml b/.gitea/issue_template/bug.yml index 2d6145f..ddb0ae2 100644 --- a/.gitea/issue_template/bug.yml +++ b/.gitea/issue_template/bug.yml @@ -1,15 +1,6 @@ ---- - name: "🐞 Bug Report" about: "Create a report about something that is not working" -title: "[BUG] " -ref: "main" -labels: - -- bug - ---- - +title: "[BUG]: " body: - type: markdown attributes: diff --git a/.gitea/issue_template/enhancement.yml b/.gitea/issue_template/enhancement.yml index f3fc616..9139b89 100644 --- a/.gitea/issue_template/enhancement.yml +++ b/.gitea/issue_template/enhancement.yml @@ -1,15 +1,6 @@ ---- - name: "💡 Feature request" about: "Suggest an idea for this project" -title: "[ENHANCEMENT] " -ref: "develop" -labels: - -- enhancement - ---- - +title: "[ENHANCEMENT]: " body: - type: markdown attributes: