Skip to content

Commit 280f5b6

Browse files
authored
Update 1_Bug_report.yml
1 parent 15901db commit 280f5b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/1_Bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Bug Report
2-
description: "Report a general library issue."
2+
description: "Report something that's broken."
33
body:
44
- type: markdown
55
attributes:
6-
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
6+
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."
77
- type: input
88
attributes:
99
label: Scout Version
@@ -26,7 +26,7 @@ body:
2626
- type: input
2727
attributes:
2828
label: Laravel Version
29-
description: Provide the Laravel version that you are using.
29+
description: Provide the Laravel version that you are using. [Please ensure it is still supported.](https://laravel.com/docs/releases#support-policy)
3030
placeholder: 10.4.1
3131
validations:
3232
required: true

0 commit comments

Comments
 (0)