Doc: update wiki issue template to use yml format

This commit is contained in:
Quentin McGaw (desktop)
2021-09-27 23:47:10 +00:00
parent d2ab974933
commit 56ea722f93
2 changed files with 18 additions and 11 deletions

18
.github/ISSUE_TEMPLATE/wiki issue.yml vendored Normal file
View File

@@ -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