Skip to content

Commit 4f9a644

Browse files
authored
Update 1_Bug_report.yml
1 parent 60a3a4a commit 4f9a644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.yml

+3-3
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: Telescope Version
@@ -14,7 +14,7 @@ body:
1414
- type: input
1515
attributes:
1616
label: Laravel Version
17-
description: Provide the Laravel version that you are using.
17+
description: Provide the Laravel version that you are using. [Please ensure it is still supported.](https://laravel.com/docs/releases#support-policy)
1818
placeholder: 10.4.1
1919
validations:
2020
required: true

0 commit comments

Comments
 (0)