mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-06 20:10:11 +02:00
Doc: update wiki issue template to use yml format
This commit is contained in:
@@ -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?
|
||||
@@ -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