From ef7434b7ac60a2ed71fec6863f5a5fe61a200d5d Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 9 Nov 2020 19:11:18 -0800 Subject: [PATCH] Updated template --- .github/ISSUE_TEMPLATE/Bug_report.md | 1 + 1 file changed, 1 insertion(+) 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?