From df4f9b5209d9e45af85ce737836ce0021260440a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Sat, 13 Oct 2018 23:29:56 +0200 Subject: [PATCH 1/3] Add issue template --- .github/ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..cd33a3ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +**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. From 7114999c759de5e6552d20431a6b61c746fd996d Mon Sep 17 00:00:00 2001 From: "Tobias \"Knight\" S" Date: Sat, 13 Oct 2018 23:30:24 +0200 Subject: [PATCH 2/3] remove duplicated import time --- data/Dockerfiles/netfilter/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data/Dockerfiles/netfilter/server.py b/data/Dockerfiles/netfilter/server.py index 9bf4a084..517b91ac 100644 --- a/data/Dockerfiles/netfilter/server.py +++ b/data/Dockerfiles/netfilter/server.py @@ -10,7 +10,6 @@ from random import randint from threading import Thread from threading import Lock import redis -import time import json import iptc From 74692a1ffb120cc2037d12c75390c26579d83d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Sat, 13 Oct 2018 23:32:19 +0200 Subject: [PATCH 3/3] Update issue template --- .github/ISSUE_TEMPLATE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cd33a3ba..24874a25 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,7 @@ **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**