Doc: update wiki issue template to use yml format
This commit is contained in:
11
.github/ISSUE_TEMPLATE/wiki issue.md
vendored
11
.github/ISSUE_TEMPLATE/wiki issue.md
vendored
@@ -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?
|
|
||||||
18
.github/ISSUE_TEMPLATE/wiki issue.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/wiki issue.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user