New issue templates

This commit is contained in:
cytopia 2018-07-06 16:22:01 +02:00
parent 3ee0649275
commit b061f1c692
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 81 additions and 13 deletions

View File

@ -1,13 +0,0 @@
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_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_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`

36
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
---
<!---
1. Verify first that your issue/request is not already reported on GitHub.
2. Fill out all required information below, otherwise it might take more time to properly handle this bug
-->
#### ISSUE TYPE
<!-- DO NOT CHANGE THIS -->
- Documentation
#### OS / ENVIRONMENT
<!-- Complete all bullet points -->
* Host operating system:
* Native Docker or Docker Toolbox:
* Docker version:
* Docker Compose version:
#### SUMMARY
<!--- Explain the problem briefly -->
#### STEPS TO REPRODUCE
<!--- Show exactly how to reproduce the problem -->
#### OTHER INFORMATION
<!-- Add anything else here, such as all non-default customization you have already made -->

25
.github/ISSUE_TEMPLATE/documentation.md vendored Normal file
View File

@ -0,0 +1,25 @@
---
name: Documentation
about: General questions or sections we should improve in the documentation?
---
<!---
1. Verify first that your issue/request is not already reported on GitHub.
2. Fill out all required information below, otherwise it might take more time to properly handle this bug
-->
<!--
Find the Documentation here: https://readthedocs.org/projects/devilbox/
-->
#### ISSUE TYPE
<!-- DO NOT CHANGE THIS -->
- Documentation
#### SUMMARY
<!-- Explain your question or missing documentation -->
<!-- Explain what is wrong in the documentation and how it should be -->

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
---
<!---
1. Verify first that your issue/request is not already reported on GitHub.
2. Fill out all required information below, otherwise it might take more time to properly handle this bug
-->
#### ISSUE TYPE
<!-- DO NOT CHANGE THIS -->
- Feature request
#### SUMMARY
<!--- Explain your feature idea briefly -->