From df5929f94559dbf0f4e01bdb6df9d52021f4d162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=B6ller?= Date: Mon, 8 Aug 2022 16:07:53 +0200 Subject: [PATCH] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 11 ----------- .github/ISSUE_TEMPLATE/feature_request.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 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 c4fac97b..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: 🛠 Feature request -about: Suggest a new feature or idea for React Flow -title: '' -labels: 'feature request' -assignees: '' - ---- - -**Please describe the feature that you want to propose** -A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..2a3ccdb8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,11 @@ +name: 🛠 Feature request +description: Suggest a new feature or idea for React Flow +labels: feature request +body: + - type: textarea + id: description + attributes: + label: Please describe the feature that you want to propose + description: A clear and concise description of what you want to happen. + validations: + required: true