Skip to content

Commit

Permalink
Add more info to issue template (#47828)
Browse files Browse the repository at this point in the history
* Add more info to issue template

People keep sending in bug reports about docblocks so I want to try to make this a little more clear by updating the issue header description.

I also moved the note about supported Laravel versions to the Laravel version input description.

* Update Bug_report.yml

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
driesvints and taylorotwell authored Jul 25, 2023
1 parent 16e13e2 commit 91ad941
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ description: "Report something that's broken."
body:
- type: markdown
attributes:
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
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
attributes:
label: Laravel Version
description: Provide the Laravel version that you are using.
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
Expand Down

0 comments on commit 91ad941

Please sign in to comment.