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