From 4678764a0370eac3bdc3f04c7408f41ba087ac76 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Mon, 31 Oct 2016 17:15:32 +0000 Subject: [PATCH] Improved FAQ and issue reporting template. Bumped OSPOS version in few more files --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++------ README.md | 2 +- bower.json | 2 +- composer.json | 2 +- public/license/composer.LICENSES | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 652b5fc0a..5724e9d51 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,17 @@ -### New Feature or Enhacement +### IMPORTANT IMPORTANT IMPORTANT -For new Features or Enhacements please remove all the template text and clearly write your proposal. +Chose what you want to report: New Feature or Bug. +If you remove the template when submitting a Bug your issue will be closed as we cannot help without basic information. + + +### New Feature / Enhacement + +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 +### Issue / Question / 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: @@ -13,13 +19,12 @@ Before submitting an issue please make sure you remove the first section of the - [] 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 +- [] MySQL version is 5.5 or 5.6 and not 5.7 +- [] Ran any database upgrade scripts (e.g. database/2.4_to_3.0.sql) - [] 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. - ### Installation information diff --git a/README.md b/README.md index 261249ac3..ae582d3c5 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ FAQ * If sales and receiving views don't show properly, please make sure BCMath lib (php-bcmath) is installed. On windows check php.ini and make sure php_bcmath extension is not commented out -* If the following error is seen in sales module `Message: Class 'NumberFormatter' not found` then you don't have `php5-intl` extension installed. Please check the [wiki](https://github.com/jekkos/opensourcepos/wiki/Localisation-support#php5-intl-extension-installation) to resolve this issue on your platform. +* If the following error is seen in sales module `Message: Class 'NumberFormatter' not found` then you don't have `php5-intl` extension installed. Please check the [wiki](https://github.com/jekkos/opensourcepos/wiki/Localisation-support#php5-intl-extension-installation) to resolve this issue on your platform. If you use WAMP, please reaad [issue #949](https://github.com/jekkos/opensourcepos/issues/949) * If you are getting the error `Message: Can't use method return value in write context` that means 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 diff --git a/bower.json b/bower.json index 5fd71ca2d..2f03aac04 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "OpenSourcePOS", "description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface", - "version": "3.0.0", + "version": "3.0.1", "authors": [ "jekkos ", "FrancescoUK " diff --git a/composer.json b/composer.json index 6ef852f60..80f8277fd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "OpenSourcePOS", "description" : "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "authors": [ { diff --git a/public/license/composer.LICENSES b/public/license/composer.LICENSES index a9320c5b0..51d804fcc 100644 --- a/public/license/composer.LICENSES +++ b/public/license/composer.LICENSES @@ -1,6 +1,6 @@ { "name": "OpenSourcePOS", - "version": "3.0.0", + "version": "3.0.1", "license": [ "MIT" ],