From 3f3c2c3d1e06f1f62e0521baaf65e7daa99048e7 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 3 Aug 2023 09:08:35 +0200 Subject: [PATCH] Add form config for Feature Request issues --- .github/ISSUE_TEMPLATE/Feature_Request.md | 9 --------- .github/ISSUE_TEMPLATE/Feature_Request.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 9 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 dc7fb3d8..00000000 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Feature request -about: Do you find Shlink is missing some important feature that would make it more useful? -labels: feature ---- - -#### Summary - - diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yml b/.github/ISSUE_TEMPLATE/Feature_Request.yml new file mode 100644 index 00000000..4112f75a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yml @@ -0,0 +1,16 @@ +name: Feature request +description: Do you find Shlink is missing some important feature that would make it more useful? +labels: ['feature'] +body: + - type: textarea + validations: + required: true + attributes: + label: Summary + value: '' + - type: textarea + validations: + required: true + attributes: + label: Use case + value: ''