mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-02 16:51:18 +00:00
Merge branch 'master' of github.com:cytopia/devilbox
* 'master' of github.com:cytopia/devilbox: Feature/repo organization (#19)
This commit is contained in:
commit
2c9cfa2be1
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
Fixes # .
|
||||
|
||||
Changes proposed in this pull request:
|
||||
|
||||
- ...
|
Loading…
x
Reference in New Issue
Block a user