From 56ea722f93fc78b4487d95219b5f6bc2a66fed07 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Mon, 27 Sep 2021 23:47:10 +0000 Subject: [PATCH] Doc: update wiki issue template to use yml format --- .github/ISSUE_TEMPLATE/wiki issue.md | 11 ----------- .github/ISSUE_TEMPLATE/wiki issue.yml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/wiki issue.md create mode 100644 .github/ISSUE_TEMPLATE/wiki issue.yml diff --git a/.github/ISSUE_TEMPLATE/wiki issue.md b/.github/ISSUE_TEMPLATE/wiki issue.md deleted file mode 100644 index 4dc8c0ca..00000000 --- a/.github/ISSUE_TEMPLATE/wiki issue.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Wiki issue -about: Report a wiki issue -title: 'Wiki issue: ' -labels: "📄 Wiki issue" - ---- - -Link to problematic page in Wiki: - -What's the issue? diff --git a/.github/ISSUE_TEMPLATE/wiki issue.yml b/.github/ISSUE_TEMPLATE/wiki issue.yml new file mode 100644 index 00000000..d6f8cb57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/wiki issue.yml @@ -0,0 +1,18 @@ +name: Wiki issue +description: Report a Wiki issue +title: "Wiki issue: " +labels: ["📄 Wiki issue"] +body: + - type: input + id: url + attributes: + label: "URL to the Wiki page" + placeholder: "https://github.com/qdm12/gluetun/wiki/OpenVPN-options" + validations: + required: true + - type: textarea + id: description + attributes: + label: "What's the issue?" + validations: + required: true