From 6f1692d59c1fab5bdfbc5407b9fe7000cabf9f8c Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Wed, 9 Oct 2024 16:25:03 +0100 Subject: [PATCH] [5.x] Update "Bug Report" issue template (#10918) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0da3ce0104..2246a0a897 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -24,8 +24,7 @@ body: attributes: label: Environment description: | - Details about your environment. Versions of Statamic, PHP, Laravel, any addons that are installed, etc. - (Go ahead and just paste the output of the `php please support:details` command.) + Please paste the *full* output of the `php please support:details` command. It gives us some context about your project. render: yaml # the format of the command is close to yaml and gets highlighted nicely validations: required: true