From 02808412a28198c85928f199f3f9110af2541e89 Mon Sep 17 00:00:00 2001 From: jalcaras Date: Mon, 15 Jan 2024 15:20:04 +0100 Subject: [PATCH] Bug report form --- .github/ISSUE_TEMPLATE/BUG-REPORT.yaml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml index 4e52751..7a7231d 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yaml @@ -1,6 +1,5 @@ name: "🐛 Bug Report" description: Create a new ticket for a bug. -title: "🐛 [BUG] - " labels: [ "bug" ] @@ -47,7 +46,7 @@ body: - type: textarea id: description attributes: - label: "Description" + label: "What happened? What did you expect to happen?" description: Please enter an explicit description of your issue placeholder: Short and explicit description of your incident... validations: @@ -55,26 +54,15 @@ body: - type: textarea id: reprod attributes: - label: "Reproduction steps" + label: "How to reproduce it (setp by step)" description: Please enter an explicit description of your issue value: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error + 1. Go to... + 2. Click on... + ... render: bash validations: required: true - - type: textarea - id: screenshot - attributes: - label: "Screenshots" - description: If applicable, add screenshots to help explain your problem. - value: | - ![DESCRIPTION](LINK.png) - render: bash - validations: - required: false - type: textarea id: logs attributes: