From a0c90d414d3d8f1fdd14d7ae5a6d315c226769a5 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 25 Jul 2023 10:17:13 +0200 Subject: [PATCH 1/2] 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. --- .github/ISSUE_TEMPLATE/Bug_report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml index 905aed727bc2..662a5f3d8530 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_report.yml @@ -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 sending in 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 From 10ece17837a99ddf798332a66a8a4ac4b468c724 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 25 Jul 2023 08:53:57 -0500 Subject: [PATCH 2/2] Update Bug_report.yml --- .github/ISSUE_TEMPLATE/Bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml index 662a5f3d8530..bcee9765ea7a 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_report.yml @@ -4,7 +4,7 @@ body: - type: markdown attributes: value: | - "Please read [our full contribution guide](https://laravel.com/docs/contributions#bug-reports) before sending in bug reports." + "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: