mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
27 lines
876 B
YAML
27 lines
876 B
YAML
name: 💡 Feature Request
|
|
description: Suggest something for Vue Bits.
|
|
labels: ['enhancement']
|
|
title: '[FEAT]: '
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Thanks for trying to improve Vue Bits!
|
|
Before continuing make sure you have checked other issues to see if your idea has already been discussed / addressed.
|
|
- type: textarea
|
|
id: desc
|
|
attributes:
|
|
label: Share your suggestion
|
|
description: What would you like to see in Vue Bits?
|
|
placeholder: I want flying pigs in a component please
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Validations
|
|
description: Please make sure you have checked all of the following.
|
|
options:
|
|
- label: I have checked other issues to see if my issue was already discussed or addressed
|
|
required: true
|