From 7114999c759de5e6552d20431a6b61c746fd996d Mon Sep 17 00:00:00 2001 From: "Tobias \"Knight\" S" Date: Sat, 13 Oct 2018 23:30:24 +0200 Subject: [PATCH 1/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 247f9a85bfe1287bc059bf845388ab611dd355ad Mon Sep 17 00:00:00 2001 From: ntimo Date: Sun, 14 Oct 2018 17:17:46 +0200 Subject: [PATCH 2/3] Added feature request to to Github templates and edited bugs template --- .../Bug_report.md} | 16 +++++++++------- .github/ISSUE_TEMPLATE/Feature_request.md | 14 ++++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/Bug_report.md} (64%) create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/Bug_report.md similarity index 64% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/Bug_report.md index 24874a25..aa724856 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,4 +1,4 @@ -**Notice (you can delete this paragraph)** +**Notice** 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. :-) @@ -7,12 +7,11 @@ 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 +**How to reproduce Reproduce** +Steps to reproduce the behavior please explain how to reproduce the bug: +1. .... +2. .... +3. .... **Expected behavior** 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** If applicable, add screenshots to help explain your problem. +**Logs** +Please post the logs to https://pastebin.com and paste the link here. Logs can be optained by using docker-compose logs --tail="100" . Please replace with the container name, you can find that by using docker-compose ps . + **System** - OS: [e.g. iOS] - Browser: [e.g. chrome, safari] diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..860ab66b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -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 From 22e2c889b087a398ce8bb0c033f176feb48637fb Mon Sep 17 00:00:00 2001 From: ntimo Date: Sun, 14 Oct 2018 18:51:40 +0200 Subject: [PATCH 3/3] Added markdown link and notice header --- .github/ISSUE_TEMPLATE/Bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index aa724856..c8924933 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,4 +1,4 @@ -**Notice** +**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. :-) @@ -20,7 +20,7 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Logs** -Please post the logs to https://pastebin.com and paste the link here. Logs can be optained by using docker-compose logs --tail="100" . Please replace with the container name, you can find that by using docker-compose ps . +Please take a look at the [documentation](https://mailcow.github.io/mailcow-dockerized-docs/debug-logs/). **System** - OS: [e.g. iOS]