Update and rename feature_request.md to feature_request.yml
This commit is contained in:
committed by
GitHub
parent
d21815dbf7
commit
df5929f945
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -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.
|
||||
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user