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