Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed May 5, 2023
2 parents 8d2be2c + d785e53 commit 648a022
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 648a022

Please sign in to comment.