diff --git a/.gitea/ISSUE_TEMPLATE/Bug.yml b/.gitea/ISSUE_TEMPLATE/Bug.yml index 0710980..9427741 100644 --- a/.gitea/ISSUE_TEMPLATE/Bug.yml +++ b/.gitea/ISSUE_TEMPLATE/Bug.yml @@ -38,10 +38,26 @@ body: id: actual attributes: label: 💥 Actual behaviour - description: Describe actually happens. + description: Describe what actually happens. value: | ```bash ``` validations: - required: true \ No newline at end of file + 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... \ No newline at end of file