Merge branch 'master' of github.com:cytopia/devilbox

* 'master' of github.com:cytopia/devilbox:
  Feature/repo organization (#19)
This commit is contained in:
cytopia 2016-11-03 09:08:25 +01:00
commit 2c9cfa2be1
2 changed files with 18 additions and 0 deletions

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
If you encounter a bug and something does not work, make sure you have done the following and check those boxes before submitting an issue - thank you!
- [ ] Pull latest dockers (e.g.: `docker pull cytopia/<used_docker>`) before running `docker-compose up`
- [ ] Specify used docker versions (php, web and database)
- [ ] Attach logs for php, mysql and webserver (found in `log/` directory)
- [ ] Start with debug mode and attach docker-compose output (`.env` setting `DEBUG_COMPOSE_ENTRYPOINT=1`)
- [ ] Never use different mysql|mariadb versions on the same `HOST_PATH_TO_MYSQL_DATADIR` on existing database files. Different mysql|mariadb versions might upgrade/corrupt existing database files. If you have done that already, start with a different path of `HOST_PATH_TO_MYSQL_DATADIR` (to an empty directory) and try again.
Please also specify the following info:
- [ ] Which operating system are you at (Linux, OSX or Windows)
- [ ] `docker version`
- [ ] `docker-compose version`

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,5 @@
Fixes # .
Changes proposed in this pull request:
- ...