Doc: update feature request issue template to use yml format
This commit is contained in:
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest a feature to add to this project
|
|
||||||
title: 'Feature request: FILL THIS TEXT!'
|
|
||||||
labels: ":bulb: feature request"
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**What's the feature?** 🧐
|
|
||||||
|
|
||||||
- Support this new feature because that and that
|
|
||||||
|
|
||||||
**Optional extra information** 🚀
|
|
||||||
|
|
||||||
- I tried `docker run something` and it doesn't work
|
|
||||||
- That [url](https://github.com/qdm12/gluetun) is interesting
|
|
||||||
19
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: Feature request
|
||||||
|
description: Suggest a feature to add to Gluetun
|
||||||
|
title: "Feature request: "
|
||||||
|
labels: [":bulb: feature request"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "What's the feature 🧐"
|
||||||
|
placeholder: "Make the tunnel resistant to earth quakes"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: extra
|
||||||
|
attributes:
|
||||||
|
label: "Extra information and references"
|
||||||
|
placeholder: |
|
||||||
|
- I tried `docker run something` and it doesn't work
|
||||||
|
- That [url](https://github.com/qdm12/gluetun) is interesting
|
||||||
Reference in New Issue
Block a user