mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-29 15:44:04 +00:00
New issue templates
This commit is contained in:
parent
3ee0649275
commit
b061f1c692
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
@ -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
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
25
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal 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 -->
|
||||
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user