Update .gitea/ISSUE_TEMPLATE/Feature.yml
This commit is contained in:
parent
d65cff0790
commit
828dc36875
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user