Add .gitea/ISSUE_TEMPLATE/Feature.yml
This commit is contained in:
parent
9836f20b69
commit
d65cff0790
68
.gitea/ISSUE_TEMPLATE/Feature.yml
Normal file
68
.gitea/ISSUE_TEMPLATE/Feature.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user