Skip to content

Commit

Permalink
Update Bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Apr 7, 2024
1 parent 3bbe262 commit 20a3d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@ body:
attributes:
value: "Please read [our full contribution guide](https://laravel.com/docs/contributions#bug-reports) before submitting bug reports. If you notice improper DocBlock, PHPStan, or IDE warnings while using Laravel, do not create a GitHub issue. Instead, please submit a pull request to fix the problem."
- type: input
id: laravel_version
attributes:
label: Laravel Version
description: Provide the Laravel version that you are using. [Please ensure it is still supported.](https://laravel.com/docs/releases#support-policy)
placeholder: 10.4.1
validations:
required: true
- type: input
id: php_version
attributes:
label: PHP Version
description: Provide the PHP version that you are using.
placeholder: 8.1.4
validations:
required: true
- type: input
id: database_info
attributes:
label: Database Driver & Version
description: If applicable, provide the database driver and version you are using.
Expand Down

0 comments on commit 20a3d93

Please sign in to comment.