From a5f16abbd5d84adfc62ffa99f1879c7b5627f96f Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Tue, 6 Sep 2016 08:31:54 +0100 Subject: [PATCH] Updated ISSUE_TEMPLATE.md and README.md --- .github/ISSUE_TEMPLATE.md | 27 ++++++++++++++++++--------- README.md | 2 ++ 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0e1687594..652b5fc0a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,22 @@ -Before submitting an issue please make sure you tick (add a x between the square brakets) and agree all the following check boxes: +### New Feature or Enhacement -- [ ] Checked the current issues database and no similar issue was already discussed -- [ ] Read the README, WHATS_NEW and UPGRADE -- [ ] Read the FAQ (https://github.com/jekkos/opensourcepos#faq) for any known install and/or upgrade gotchas -- [ ] Reporting an issue of an unmodified OSPOS installation -- [ ] Ran any database upgrade scripts (e.g. database/2.4_to_3.0.sql) -- [ ] PHP version is at least 5.5 and not 7.x -- [ ] Know the version of OSPOS and git commit hash (check the footer of your OSPOS) and will add to my issue report -- [ ] Know the name and version of OS, Web server and MySQL and will add to my issue report +For new Features or Enhacements please remove all the template text and clearly write your proposal. +It's important to state whether you expect the community to implement it or you will contribute the work. +Please bear in mind that we will implement new features only on the current code, there is no support for old versions. + + +### Issue, Question or Bug + +Before submitting an issue please make sure you remove the first section of the template and you tick (add a x between the square brakets) and agree with all the following check boxes: + +- [] Checked the current issues database and no similar issue was already discussed +- [] Read the README, WHATS_NEW and UPGRADE +- [] Read the FAQ (https://github.com/jekkos/opensourcepos#faq) for any known install and/or upgrade gotchas (in specific PHP has php5-gd, php-intl and sockets installed) +- [] Reporting an issue of an unmodified OSPOS installation +- [] Ran any database upgrade scripts (e.g. database/2.4_to_3.0.sql) +- [] PHP version is at least 5.5 and not 7.x +- [] Know the version of OSPOS and git commit hash (check the footer of your OSPOS) and will add to my issue report +- [] Know the name and version of OS, Web server and MySQL and will add to my issue report IMPORTANT: If you remove the template when submitting an issue your issue will be closed. diff --git a/README.md b/README.md index cb4415b5f..b418ffe4e 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,5 @@ FAQ * You are getting following error `Message: Can't use method return value in write context` saying that you are probably using PHP7 which is not completely supported yet. Check your hosting configuration to verify whether you have a supported PHP version installed +* If you read errors containing messages with Socket word in it, please make sure you have installed PHP Sockets support (e.g. Goto PHP.ini and make sure all the needed modules are not commented out. this means php5-gd ,php-intl and sockets. Restart the web server) +