You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/1_Bug_report.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
name: Bug Report
2
-
description: "Report a general library issue."
2
+
description: "Report something that's broken."
3
3
body:
4
4
- type: markdown
5
5
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."
0 commit comments