diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index e3da04b..21d1b45 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,53 +1,67 @@ - - - - - - - + + +## In raising this issue, I confirm the following: + +`{please fill the checkboxes, e.g: [X]}` + +- [] I have read and understood the [contributors guide](https://github.com/pivpn/pivpn/blob/master/CONTRIBUTING.md). +- [] The issue I am reporting can be *replicated*. +- [] The issue I am reporting can be *is* directly related to the pivpn installer script. +- [] The issue I am reporting isn't a duplicate (see [FAQs](https://github.com/pivpn/pivpn/wiki/FAQ), [closed issues](https://github.com/pivpn/pivpn/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed), and [open issues](https://github.com/pivpn/pivpn/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen)). + + + + -## Issue +### Issue -## Have you searched for similar issues and solutions? +### Have you searched for similar issues and solutions? (yes/no / which issues?) -## Console output of `curl -L install.pivpn.io | bash` +### Console output of `curl -L install.pivpn.io | bash` ``` Output Here ``` -## Console output of `pivpn add` or `pivpn add nopass` + +### Console output of `pivpn add` or `pivpn add nopass` ``` Output Here ``` -## Console output of `pivpn debug` +### Console output of `pivpn debug` ``` Output Here ``` -## Console Output of `sudo iptables -t nat -S` +### Console Output of `sudo iptables -t nat -S` ``` Output Here ``` -## Console Output of `sudo iptables -S` +### Console Output of `sudo iptables -S` ``` Output Here ``` -## output of `sudo netstat -uanp | grep openvpn` +### Console Output of `sudo netstat -uanp | grep openvpn` ``` Output Here ``` -## Have you taken any steps towards solving your issue? +### Have you taken any steps towards solving your issue? which? - -