From f0223b50d039f8616b3c68feba335667c4e1d334 Mon Sep 17 00:00:00 2001 From: AJ Meireles Date: Wed, 16 Aug 2023 15:50:40 -0300 Subject: [PATCH] introducing sample repository input --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ab584351..ce3259e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,6 +23,12 @@ body: placeholder: Install a fresh Laravel app, add Pest, add a test that uses expect()->toBeTrue() validations: required: true + - type: input + id: repository-sample + attributes: + label: Sample Repository + description: If possible, please provide a sample repository that reproduces the issue. + placeholder: https://github.com.br/your-username/your-repository - type: input id: pest-version attributes: