From c7bbb9fda21d641071e58145a2d51766bea33082 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@4s3ti.net> Date: Sun, 24 Apr 2022 23:11:59 +0200 Subject: [PATCH] Update Issue Report Merged all different issue templates into a single one to avoid lack of information due to users reporting bugs instead of support requests --- .github/ISSUE_TEMPLATE/bug_report.md | 47 -------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------ .../{support-request.md => pivpn-report.md} | 62 ++++++++++++++----- 3 files changed, 45 insertions(+), 84 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename .github/ISSUE_TEMPLATE/{support-request.md => pivpn-report.md} (62%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5a7017f..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG] " -labels: Needs Investigation -assignees: '' - ---- - -## 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 *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)). - -**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 - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - VPN Protocol - - OS: [e.g. iOS] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - VPN Protocol - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b1cdb91..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FR] " -labels: '' -assignees: '' - ---- - -**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. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/pivpn-report.md similarity index 62% rename from .github/ISSUE_TEMPLATE/support-request.md rename to .github/ISSUE_TEMPLATE/pivpn-report.md index ce1bf12..3f34952 100644 --- a/.github/ISSUE_TEMPLATE/support-request.md +++ b/.github/ISSUE_TEMPLATE/pivpn-report.md @@ -1,8 +1,8 @@ --- -name: Support Request -about: Request support from PiVPN comunity -title: "[Support] Your Issue here" -labels: '' +name: PiVPN Report +about: Report issues to PiVPN comunity +title: "Short description of Your Issue here" +labels: 'Needs Investigation' assignees: '' --- @@ -23,18 +23,54 @@ For any output requested below, you may alternatively post it on https://pastebi `{please fill the checkboxes, e.g: [X]}` - [] I have read the [documentation](https://docs.pivpn.io) +- [] Is it a feature request? please consider opening a [Discussion] (https://github.com/pivpn/pivpn/discussions/new) - [] 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 can be *replicated*. +- [] The issue I am reporting *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)). -### Have you searched for similar issues and solutions? - (yes/no / which issues?) + ### Has your install failed? ``` yes/no ``` +### Describe the issue + + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +### Can you replicate the issue? Describe the steps below + +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +### Have you searched for similar issues and solutions? + (yes/no / which issues?) + + +**Additional context** +Add any other context about the problem here. + +### Have you taken any steps towards solving your issue? +``` + which? +``` + ### Please provide your system information #### What type of hardware are you running PiVPN at? @@ -66,10 +102,6 @@ Virtual machine PASTE THE OUTPUT INSIDE THE BACK-TICKS ``` -### Issue - - - ### Console output of `curl -L install.pivpn.io | bash` ``` OUTPUT HERE @@ -91,8 +123,4 @@ Virtual machine OUTPUT HERE DO NOT DELETE THE BACK-TICKS PASTE THE OUTPUT INSIDE THE BACK-TICKS -``` -### Have you taken any steps towards solving your issue? -``` - which? -``` +``` \ No newline at end of file