From 11a01ba7dce4069faa3cafaf4366f97133f82e92 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Fri, 8 Mar 2024 19:19:53 +0100 Subject: [PATCH] chore: update issue template (#3574) --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e805ca08..657e26c4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -52,6 +52,16 @@ body: value: "A bug happened!" validations: required: true + + - type: input + id: reproduction-repo + attributes: + label: Reproduction + description: Provide a link to a repository with a reproduction of the bug, this is optional but it will make us to fix the bug faster + placeholder: Reproduction Repository + value: "repository link" + validations: + required: false - type: textarea id: reproduction