From 05ff6d483b011c549e11bc1fde383f9a59d5b896 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 29 Dec 2022 22:41:06 +0100 Subject: [PATCH] add gitea ISSUE/FEATURE templates --- .gitea/issue_template/FEATURE_TEMPLATE.md | 16 ---------------- .gitea/issue_template/FEATURE_TEMPLATE.yml | 3 +++ .gitea/issue_template/ISSUE_TEMPLATE.yml | 1 + 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 .gitea/issue_template/FEATURE_TEMPLATE.md diff --git a/.gitea/issue_template/FEATURE_TEMPLATE.md b/.gitea/issue_template/FEATURE_TEMPLATE.md deleted file mode 100644 index ed2269a..0000000 --- a/.gitea/issue_template/FEATURE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "New feature" -about: "Use this template if you want to request a feature" -title: "[FEATURE] " -labels: - - enhancement ---- -## Feature - -### Description - -... - -### Benefits - -... diff --git a/.gitea/issue_template/FEATURE_TEMPLATE.yml b/.gitea/issue_template/FEATURE_TEMPLATE.yml index c605d7b..872865f 100644 --- a/.gitea/issue_template/FEATURE_TEMPLATE.yml +++ b/.gitea/issue_template/FEATURE_TEMPLATE.yml @@ -8,6 +8,7 @@ body: attributes: value: | Thanks for taking the time to fill out this feature request! + - type: textarea id: description attributes: @@ -15,6 +16,7 @@ body: description: Describe the feature. validations: required: true + - type: textarea id: benefits attributes: @@ -22,6 +24,7 @@ body: description: Describe the benefits of this feature. validations: required: true + - type: textarea id: extra attributes: diff --git a/.gitea/issue_template/ISSUE_TEMPLATE.yml b/.gitea/issue_template/ISSUE_TEMPLATE.yml index e4b97ab..24fbe97 100644 --- a/.gitea/issue_template/ISSUE_TEMPLATE.yml +++ b/.gitea/issue_template/ISSUE_TEMPLATE.yml @@ -8,6 +8,7 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + - type: textarea id: environment attributes: