From 5b404ccd9c7a2cacfe27a4eb6056af17c8a88e36 Mon Sep 17 00:00:00 2001 From: Michael Woolweaver Date: Tue, 23 Apr 2019 15:55:15 -0500 Subject: [PATCH] reorganize, borrowed some words re organized. also a little more strict to help with https://github.com/pivpn/pivpn/issues/723 also borrowed a few lines (3, 4, & 5) from https://github.com/pi-hole/pi-hole/blob/master/.github/ISSUE_TEMPLATE.md#L3 --- ISSUE_TEMPLATE.md | 50 ++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 18 deletions(-) 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? - -