From 4e814fc5769b7dc3230086f63259bf2cba11b463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cola=C3=A7o?= Date: Tue, 19 Dec 2017 23:29:47 +0000 Subject: [PATCH] Updated Issue Template Noticed the lack of information from PiVPN users when opening issues, some of that information is quite useful to troubleshoot, so I have changed the issue template to provide us with more information than the previous one! and added a few comments in order to to try to raise awareness for users that they need to provide us with accurate information, not just a simple "It doesn't work!" Thanks --- ISSUE_TEMPLATE.md | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index b214268..b4261de 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,21 +1,53 @@ - - + + + + + + + # PiVPN Issue Template + + +## Issue + + +## Have you searched for similar issues and solutions? + (yes/no / which issues?) + + ## Console output of `curl install.pivpn.io | bash` ``` - + Output Here ``` ## Console output of `pivpn add` or `pivpn add nopass` ``` - + Output Here ``` ## Console output of `pivpn debug` ``` + Output Here +``` + +## Console Output of `sudo iptables -t nat -S` +``` + Output Here +``` + +## Console Output of `sudo iptables -S` +``` + Output Here +``` + +## output of `sudo netstat -uanp | grep openvpn` ``` + Output Here +``` + +## Have you taken any steps towards solving your issue? + which? + - -## Issue