From 341a7cb86d2aa0ca0442cba468ee39844f237f1b Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Wed, 31 Aug 2022 10:08:07 +0200 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 20b7701662cb..2a99431023b2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -13,7 +13,7 @@ body: id: description attributes: label: Description - description: Please give us a detailed description of the issue that you're seeing. You can add screenshots and videos as well. We love [reproduction projects](https://github.com/dotnet/maui/blob/main/.github/repro.md), please provide them through a GitHub repo and link that here. + description: Please give us a detailed description of the issue that you're seeing. You can add screenshots and videos as well. placeholder: Tell us what you see! validations: required: true @@ -31,6 +31,13 @@ body: Actual outcome: a ladybug appeared validations: required: true + - type: input + id: repro-link + attributes: + label: Link to public reproduction project repository + description: Add a link to a public [reproduction project](https://github.com/dotnet/maui/blob/main/.github/repro.md) repository. Attached zip files cannot be opened by us. + validations: + required: true - type: dropdown id: version-with-bug attributes: