Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
commit
178bee7ac3
|
@ -7,12 +7,11 @@ Immediate commercial support is available via mailcow@incidents.servercow.de
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
**How to reproduce Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior please explain how to reproduce the bug:
|
||||||
1. Go to '...'
|
1. ....
|
||||||
2. Click on '....'
|
2. ....
|
||||||
3. Scroll down to '....'
|
3. ....
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
@ -20,6 +19,9 @@ A clear and concise description of what you expected to happen.
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Logs**
|
||||||
|
Please take a look at the [documentation](https://mailcow.github.io/mailcow-dockerized-docs/debug-logs/).
|
||||||
|
|
||||||
**System**
|
**System**
|
||||||
- OS: [e.g. iOS]
|
- OS: [e.g. iOS]
|
||||||
- Browser: [e.g. chrome, safari]
|
- Browser: [e.g. chrome, safari]
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here or remove this section
|
|
@ -10,7 +10,6 @@ from random import randint
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from threading import Lock
|
from threading import Lock
|
||||||
import redis
|
import redis
|
||||||
import time
|
|
||||||
import json
|
import json
|
||||||
import iptc
|
import iptc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue