From d65cff0790fa8244455bf8f7bda21c8a7dbcb1b4 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 25 Oct 2023 17:11:31 +0200 Subject: [PATCH] Add .gitea/ISSUE_TEMPLATE/Feature.yml --- .gitea/ISSUE_TEMPLATE/Feature.yml | 68 +++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/Feature.yml diff --git a/.gitea/ISSUE_TEMPLATE/Feature.yml b/.gitea/ISSUE_TEMPLATE/Feature.yml new file mode 100644 index 0000000..3f3715f --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/Feature.yml @@ -0,0 +1,68 @@ +name: 🛸 Feature Request +about: Wite about new features. +title: '' +labels: + - feature + - enhancement +body: + - type: markdown + attributes: + value: | + > **Note**: This bug report is only for content provided in this repository! + > + > This issue template is used to describe new features or enhancements. + - type: textarea + id: ides + attributes: + label: 📡 Suggestion + description: Describe ho to reproduce the error. + value: | + ```bash + + ``` + validations: + required: true + - type: textarea + id: expected + attributes: + label: 🚀 Expected behaviour + description: Describe what should happen. + value: | + ```bash + + ``` + validations: + required: true + - type: textarea + id: actual + attributes: + label: 💥 Actual behaviour + description: Describe what actually happens. + value: | + ```bash + + ``` + 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: + label: 🔖 Refs + description: A place for additional references to other issues and PRs. + placeholder: | + - reopens #999 \ No newline at end of file