Update .gitea/ISSUE_TEMPLATE/Bug.yml
This commit is contained in:
parent
aa973b74c6
commit
2a5dc640a0
@ -38,10 +38,26 @@ body:
|
|||||||
id: actual
|
id: actual
|
||||||
attributes:
|
attributes:
|
||||||
label: 💥 Actual behaviour
|
label: 💥 Actual behaviour
|
||||||
description: Describe actually happens.
|
description: Describe what actually happens.
|
||||||
value: |
|
value: |
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
```
|
```
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: env
|
||||||
|
attributes:
|
||||||
|
label: 📓 Environment data
|
||||||
|
description: You can add addional environment data here.
|
||||||
|
value: |
|
||||||
|
```bash
|
||||||
|
|
||||||
|
```
|
||||||
|
- type: textarea
|
||||||
|
id: actual
|
||||||
|
attributes:
|
||||||
|
label: 🖼️ Screenshots
|
||||||
|
description: Paste your screenshots here
|
||||||
|
placeholer: |
|
||||||
|
*Copy-Paste* or *Drag-and-Drop* your images...
|
Loading…
Reference in New Issue
Block a user