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`.