From 3f3c2c3d1e06f1f62e0521baaf65e7daa99048e7 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya <alejandrocelaya@gmail.com> 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 - -<!-- Describe the new feature you would like to request. --> 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: '<!-- Describe the new feature you would like to request. -->' + - type: textarea + validations: + required: true + attributes: + label: Use case + value: '<!-- Explain why do you think this feature would be useful, and what problems would it help to solve. -->'