From d785e53ed0ca4b1ab7f19fb680b518c79c5f8774 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Fri, 5 May 2023 21:28:12 +0200 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 368861f6..b49406ea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,13 +25,22 @@ body: placeholder: "example: 8.1" validations: required: true + - type: dropdown + id: framework + attributes: + label: Framework + options: + - Laravel + - Lumen + validations: + required: true - type: input - id: framework_version + id: version attributes: - label: Framework and version + label: Framework version description: | Run `composer show -v | grep laravel/framework` or `composer show -v | grep laravel/lumen-framework` - placeholder: "example: Laravel 10.0.1" + placeholder: "example: 10.0.1" validations: required: true - type: textarea