diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 691d825ff8..ae8ba15ed0 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -48,6 +48,7 @@ If applicable, add screenshots to help explain your problem. - Any errors that appear in your browser's error console. - Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. - Include any additional information you can find in `storage/logs` and your webserver's logs. +- Include the output from `php -m` (this should display what modules you have enabled.) **Additional context** - Is this a fresh install or an upgrade?