From 2a5dc640a0851b72f4f65f382844d59f3134b120 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 25 Oct 2023 16:57:15 +0200 Subject: [PATCH] Update .gitea/ISSUE_TEMPLATE/Bug.yml --- .gitea/ISSUE_TEMPLATE/Bug.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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