Update .gitea/ISSUE_TEMPLATE/Feature.yml

This commit is contained in:
OCram85 2023-10-26 07:51:09 +02:00
parent d65cff0790
commit 828dc36875
1 changed files with 8 additions and 30 deletions

View File

@ -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: