Update Readme and travis config (#616)

This commit is contained in:
jekkos
2016-07-07 21:39:41 +02:00
parent 72efafdc50
commit ef2cd9d001
2 changed files with 4 additions and 3 deletions

View File

@@ -23,5 +23,5 @@ after_success:
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
docker tag opensourcepos_php jekkos/opensourcepos:$TRAVIS_BRANCH &&
docker tag opensourcepos_sqlscript jekkos/opensourcepos:sqlscript &&
docker push jekkos/opensourcepos'
docker push jekkos/opensourcepos:master && docker push jekkos/opensourcepos:sqlscript'

View File

@@ -32,14 +32,15 @@ Please also make sure you have updated all the files from latest master.
Bug reports must follow this schema:
1. OSPOS **version string with git commit hash** (see footer)
1. Ospos **version string with git commit hash** (see ospos footer)
2. OS name and version running your Web Server (e.g. Linux Ubuntu 15.0)
3. Web Server name and version (e.g. Apache 2.4)
4. Database name and version (e.g. MySQL 5.6)
4. Database name and version (e.g. =< MySQL 5.6)
5. PHP version (e.g. PHP 5.5)
6. Language selected in OSPOS (e.g. English, Spanish)
7. Any configuration of OSPOS that you changed
8. Exact steps to reproduce the issue (test case)
9. Optionally some screenshots to illustrate each step
If above information is not provided in full, your issue will be tagged as pending.
If missing information is not provided within a week we will close your issue.