From e4b7f56b22ea0cae197299d92d49ef16e9f9fa52 Mon Sep 17 00:00:00 2001 From: Suprun Date: Sun, 12 Jan 2025 23:19:27 +0300 Subject: [PATCH] docs: update bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 41 +++++++++++++++------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4226d62..ce26c80 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,27 +14,32 @@ body: attributes: label: To reproduce description: Steps to reproduce the behavior - placeholder: 1. Go to '...' + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error validations: required: true - - type: dropdown - id: device + - type: textarea + id: actual + attributes: + label: Actual result + description: What actually happened? + placeholder: Does not work + validations: + required: true + - type: textarea + id: expected attributes: - label: Device - description: What device are you using? - options: - - Desktop - - Mobile device - default: 0 + label: Expected result + description: What did you expect to happen? + placeholder: Work validations: required: true - - type: dropdown - id: browsers + - type: input + id: environment attributes: - label: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge + label: Environment + description: What device, OS and browser are you using? + placeholder: Desktop, Ubuntu, Mozila