From 828dc36875f8e215155bd66d87150a18f4c3bece Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 26 Oct 2023 07:51:09 +0200 Subject: [PATCH] Update .gitea/ISSUE_TEMPLATE/Feature.yml --- .gitea/ISSUE_TEMPLATE/Feature.yml | 38 +++++++------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/Feature.yml b/.gitea/ISSUE_TEMPLATE/Feature.yml index 3f3715f..ee805dc 100644 --- a/.gitea/ISSUE_TEMPLATE/Feature.yml +++ b/.gitea/ISSUE_TEMPLATE/Feature.yml @@ -12,7 +12,7 @@ body: > > This issue template is used to describe new features or enhancements. - type: textarea - id: ides + id: idea attributes: label: 📡 Suggestion description: Describe ho to reproduce the error. @@ -23,42 +23,20 @@ body: validations: required: true - type: textarea - id: expected + id: impl attributes: - label: 🚀 Expected behaviour - description: Describe what should happen. - value: | - ```bash - - ``` + label: 🛰️ Implementation ideas + description: Describe your initial implementation ideas. validations: required: true - type: textarea - id: actual + id: mockup attributes: - label: 💥 Actual behaviour - description: Describe what actually happens. - value: | - ```bash - - ``` + label: 🖼️ Mock-up + description: Alternatively add your mockups here. + placeholder: validations: required: true - - type: textarea - id: env - attributes: - label: 📓 Environment data - description: You can add addional environment data here. - placeholder: | - ```bash - - ``` - - type: textarea - id: img - attributes: - label: 🖼️ Screenshots - description: Paste your screenshots here. - placeholder: Copy-Paste or Drag-and-Drop your images... - type: textarea id: refs attributes: