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