From d2ab97493374c1e2eb7880226da258c57d6484c3 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Mon, 27 Sep 2021 23:44:15 +0000 Subject: [PATCH] Doc: update feature request issue template to use yml format --- .github/ISSUE_TEMPLATE/feature_request.md | 16 ---------------- .github/ISSUE_TEMPLATE/feature_request.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4265e364..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..cc9695e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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