From 654be183453a2c4fff4d448b67dbfb93db58d874 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Tue, 11 Jul 2023 00:09:35 +0200 Subject: [PATCH] Update issue_template.md --- .github/issue_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index edd96871..f9e5bc78 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,3 +1,5 @@ +Please follow the next steps. The issue will be closed if the following steps are not completed. Thank you. (You can remove this line). + ### Describe your problem Complete here. @@ -8,9 +10,9 @@ Complete here. Complete here. ### PHP version -If you do not know delete this line. +If you do not know remove this line. ### PHP logs -If you do not know delete this line. +If you do not know remove this line. The default settings of the PHP Error Log file varies from OS to OS. The location of the error log file itself can be set manually in the php.ini file. On a Windows server, in IIS, it may be something like `error_log = C:\log_files\php_errors.log` in Linux it may be a value of `/var/log/php_errors.log`.