chore(root): feature request template updated, version added

This commit is contained in:
Junior Garcia 2023-08-12 22:55:37 -03:00
parent e9c08abd55
commit 6c35a502fe

View File

@ -13,6 +13,16 @@ body:
value: |
This issue form is for requesting features only! For example, requesting a new component, behavior ... etc
If you want to report a bug, please use the [bug report form](https://github.com/nextui-org/nextui/issues/new?assignees=&labels=&template=bug_report.yml).
- type: input
id: version
attributes:
label: NextUI Version
description: |
Please provide the version of NextUI you are using.
You can find the version number in the package.json file.
placeholder: ex. 2.0.10
validations:
required: true
- type: textarea
validations:
required: true