Merge pull request #3 from mailcow/master

updated to latest master
master
Timo N 2018-10-14 17:02:35 +02:00 committed by GitHub
commit b2c40aec3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 1 deletions

29
.github/ISSUE_TEMPLATE.md vendored 100644
View File

@ -0,0 +1,29 @@
**Notice (you can delete this paragraph)**
Please understand that we use GitHub as **bug tracker and for feature requests only**.
For general (community) support and other discussion, you are welcome to visit us @ Freenode, #mailcow
Answering may take from a few seconds to hours, please be patient. :-)
Immediate commercial support is available via mailcow@incidents.servercow.de
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System**
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Other clients involved:
**Additional context**
Add any other context about the problem here.

View File

@ -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