Merge pull request #2352 from wbkd/chrtze-patch-1

Update and rename feature_request.md to feature_request.yml
This commit is contained in:
Christopher Möller
2022-08-08 16:08:53 +02:00
committed by GitHub
2 changed files with 11 additions and 11 deletions

View File

@@ -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.

View File

@@ -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