From ad9c06941154f6266c89d7cba2c079958a7e31aa Mon Sep 17 00:00:00 2001 From: Stanislas Date: Mon, 24 Jan 2022 21:16:25 +0100 Subject: [PATCH] Update bug-report-or-suport-request.md --- .github/ISSUE_TEMPLATE/bug-report-or-suport-request.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md index c781d4d..3696200 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md +++ b/.github/ISSUE_TEMPLATE/bug-report-or-suport-request.md @@ -1,9 +1,6 @@ name: Bug Report description: File a bug report title: "[Bug]: " -labels: ["bug", "triage"] -assignees: - - octocat body: - type: markdown attributes: @@ -14,6 +11,7 @@ body: - https://stackoverflow.com/questions/tagged/openvpn - https://github.com/angristan/openvpn-install/discussions ANY ISSUE THAT IS NOT CLEARLY A BUG REPORT WILL BE CLOSED AND/OR CONVERTED TO A DISCUSSION. + - type: input id: server attributes: @@ -22,6 +20,7 @@ body: placeholder: Debian 10 validations: required: false + - type: input id: openvpn attributes: @@ -30,6 +29,7 @@ body: placeholder: 2.5.0 validations: required: false + - type: input id: client attributes: @@ -38,6 +38,7 @@ body: placeholder: Viscosity 1.10.1 on macOS 12.1 validations: required: false + - type: textarea id: issue attributes: @@ -47,6 +48,7 @@ body: value: "A bug happened!" validations: required: true + - type: textarea id: logs attributes: