devilbox/.github/ISSUE_TEMPLATE/bug_report.md

86 lines
2.0 KiB
Markdown
Raw Normal View History

2018-07-06 14:22:01 +00:00
---
2019-01-04 14:23:59 +00:00
name: "\U0001F41B Bug report"
2018-09-30 08:18:28 +00:00
about: Something is not working? Create a report to help us improve
2019-01-04 14:23:59 +00:00
title: ''
labels: bug
assignees: ''
2018-07-06 14:22:01 +00:00
---
<!---
1. Verify first that your issue/request is not already reported on GitHub.
2018-08-03 08:33:35 +00:00
2. Verify that your question is not covered in the docs: https://devilbox.readthedocs.io
3. PLEASE FILL OUT ALL REQUIRED INFORMATION BELOW! Otherwise it might take more time to properly handle this bug report.
2018-07-06 14:22:01 +00:00
-->
2018-08-03 08:33:35 +00:00
2018-09-30 08:18:28 +00:00
### ISSUE TYPE
2018-07-06 14:22:01 +00:00
<!-- DO NOT CHANGE THIS -->
2018-07-08 10:45:36 +00:00
- Bug Report
2018-08-03 08:33:35 +00:00
<!-- DO NOT CHANGE THIS -->
2018-07-06 14:22:01 +00:00
2018-09-30 08:18:28 +00:00
### Checklist
<!-- ENSURE YOU HAVE DONE THE FOLLOWING -->
* [ ] `.env` file is attached
* [ ] `docker-compose.override.yml` is attached (if it exists)
* [ ] Custom configs from `cfg/` dir are attached (if customized)
* [ ] `docker-compose logs` and `log/` output is added
* [ ] I've looked through the docs: https://devilbox.readthedocs.io/en/latest/
* [ ] I've looked through existing issues: https://github.com/cytopia/devilbox/issues
* [ ] I've read troubleshooting: https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html
2018-09-30 08:18:28 +00:00
### OS / ENVIRONMENT
2018-08-03 08:33:35 +00:00
<!-- COMPLETE ALL 6 BULLET POINTS BELOW: -->
2018-09-30 08:18:28 +00:00
1. Host operating system and version:
2. (Windows) Native Docker or Docker Toolbox:
2018-08-03 08:33:35 +00:00
3. Docker version:
4. Docker Compose version:
2018-09-30 08:18:28 +00:00
5. (Linux) Is SELinux enabled?:
6. What git commit hash are you on?:
2018-07-06 14:22:01 +00:00
2018-09-30 08:18:28 +00:00
### SUMMARY
2018-08-03 08:33:35 +00:00
<!-- Explain the problem briefly -->
2018-07-06 14:22:01 +00:00
2018-09-30 08:18:28 +00:00
### STEPS TO REPRODUCE
2018-08-03 08:33:35 +00:00
<!-- Show exactly how to reproduce the problem -->
2018-09-30 08:18:28 +00:00
<!-- Make this as detailed as possible and be sure that others can fully reproduce this issue -->
2018-08-03 08:33:35 +00:00
2018-09-30 08:18:28 +00:00
### EXPECTED BEHAVIOUR
2018-08-03 08:33:35 +00:00
<!-- What is the expected behaviour? -->
2018-09-30 08:18:28 +00:00
### ACTUAL BEHAVIOUR
2018-08-03 08:33:35 +00:00
<!-- What is the actual behaviour? -->
2018-07-06 14:22:01 +00:00
2018-09-30 08:18:28 +00:00
### OTHER INFORMATION
#### Start command
<!-- Add the command you have used to start the devilbox -->
```
$ docker-compose up...
```
#### File and user permissions (Linux & MacOS)
<!-- User and group information -->
```
$ id
```
<!-- File permissions of the Devilbox directory -->
```
$ ls -la
```
2018-07-06 14:22:01 +00:00
2018-09-30 08:18:28 +00:00
<!-- File permissions of your projects -->
```
$ ls -la data/www
```