From 034280afa80525d99b1852f80de31f7879813ab2 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Thu, 8 Feb 2024 01:05:24 +0100 Subject: [PATCH] Updated bug template --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4bd774c..a50a380 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,11 @@ name: Report a bug description: | You detected something wrong on the application. +title: "[Bug]: " +labels: ["bug"] body: - type: textarea + id: steps attributes: label: Steps to reproduce description: Steps to reproduce the problem you are running into. @@ -13,18 +16,21 @@ body: validations: required: true - type: textarea + id: expected-results attributes: label: Expected results description: What is expected to happen. validations: required: true - type: textarea + id: actual-results attributes: label: Actual results description: What is actually happening. validations: required: true - type: textarea + id: screenshots attributes: label: Screenshots or Video description: | @@ -33,6 +39,7 @@ body: Screenshots or video demonstration required: true - type: textarea + id: app-os-details attributes: label: App and OS details description: |