From 871dda19afd4f0746206d9300ef0e9c2134a3e1d Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 22 Jan 2020 09:27:57 -0700 Subject: [PATCH] Added PHP Extensions section to GitHub issues bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1af8f4a..eaa57e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,6 +23,13 @@ Run `php --version` from a command line to find your version. _Reminder: Directory Lister requires PHP 7.2+_ +**PHP Extensions** + +What PHP extensions do you have installed? + +Run `php -m` from a command line and paste the output here. + + **HTTP Server** What HTTP server are you using to serve Directory Lister? @@ -50,4 +57,4 @@ A description of what you expected to happen. **Additional context** -Add any other context about the problem. +Add any other context about the problem. Error logs would be very helpful here.