From b0d563bc4892031fad2f2f1a3fdbbb6fcba74a70 Mon Sep 17 00:00:00 2001 From: retardgerman <78982850+retardgerman@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:25:55 +0100 Subject: [PATCH] new bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 52a14b30..26d182f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,9 +3,12 @@ description: Create a report to help us improve title: '[Bug]: ' labels: - '❌ bug' -projects: 'StreamyfinRoadmap' +projects: + - '5' assignees: - fredrikburmester + - Simon-Eklundh + body: - type: textarea @@ -22,12 +25,11 @@ body: attributes: label: Reproduction steps description: "How do you trigger this bug? Please walk us through it step by step." - value: | + placeholder: | 1. 2. 3. ... - render: bash validations: required: true @@ -47,3 +49,9 @@ body: validations: required: true + - type: markdown + attributes: + value: | + **Screenshots** + If applicable, please add screenshots to help explain your problem. + You can drag and drop images here or paste them directly into the comment box.