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.
|
> This issue template is used to describe new features or enhancements.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: ides
|
id: idea
|
||||||
attributes:
|
attributes:
|
||||||
label: 📡 Suggestion
|
label: 📡 Suggestion
|
||||||
description: Describe ho to reproduce the error.
|
description: Describe ho to reproduce the error.
|
||||||
@ -23,42 +23,20 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected
|
id: impl
|
||||||
attributes:
|
attributes:
|
||||||
label: 🚀 Expected behaviour
|
label: 🛰️ Implementation ideas
|
||||||
description: Describe what should happen.
|
description: Describe your initial implementation ideas.
|
||||||
value: |
|
|
||||||
```bash
|
|
||||||
|
|
||||||
```
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: actual
|
id: mockup
|
||||||
attributes:
|
attributes:
|
||||||
label: 💥 Actual behaviour
|
label: 🖼️ Mock-up
|
||||||
description: Describe what actually happens.
|
description: Alternatively add your mockups here.
|
||||||
value: |
|
placeholder:
|
||||||
```bash
|
|
||||||
|
|
||||||
```
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: refs
|
id: refs
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user