Skip to content

Commit 28f40ec

Browse files
Update "Bug Report" issue template
This pull request tweaks the description of the "Environment" textare in the "Bug Report" issue template, to make it clearer that it should be the _full_ output of the command, not just the partial output. Related: statamic/cms#10918
1 parent 230d8f6 commit 28f40ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ body:
2525
attributes:
2626
label: Environment
2727
description: |
28-
Details about your environment. Versions of Statamic, PHP, Laravel, any addons that are installed, etc.
29-
(Go ahead and just paste the output of the `php please support:details` command.)
28+
Please paste the *full* output of the `php please support:details` command. It gives us some context about your project.
3029
render: yaml # the format of the command is close to yaml and gets highlighted nicely
3130
validations:
3231
required: true

0 commit comments

Comments
 (0)