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