mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Add prettier config, format codebase
This commit is contained in:
84
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
84
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@@ -1,47 +1,47 @@
|
||||
name: 🐞 Bug report
|
||||
description: Help improve Vue Bits.
|
||||
labels: ["bug"]
|
||||
title: "[BUG]: "
|
||||
labels: ['bug']
|
||||
title: '[BUG]: '
|
||||
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 issue has already been reported / addressed.
|
||||
- type: textarea
|
||||
id: desc
|
||||
attributes:
|
||||
label: Describe the issue
|
||||
description: What is happening right now? What is supposed to happen?
|
||||
placeholder: When I do ..., it does ... but it should do ...
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Reproduction
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Thanks for trying to improve Vue Bits!
|
||||
Before continuing make sure you have checked other issues to see if your issue has already been reported / addressed.
|
||||
- type: textarea
|
||||
id: desc
|
||||
attributes:
|
||||
label: Describe the issue
|
||||
description: What is happening right now? What is supposed to happen?
|
||||
placeholder: When I do ..., it does ... but it should do ...
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Reproduction
|
||||
|
||||
Please provide code snippets/screenshots and, if possible/needed, a live environment where your bug can be reproduced.
|
||||
- type: input
|
||||
id: reproduction-link
|
||||
attributes:
|
||||
label: Reproduction Link
|
||||
description: Link a live environment you used to reproduce.
|
||||
placeholder: https://github.com/DavidHDev/vue-bits
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: repro-steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: What steps should be taken to reproduce your issue.
|
||||
validations:
|
||||
Please provide code snippets/screenshots and, if possible/needed, a live environment where your bug can be reproduced.
|
||||
- type: input
|
||||
id: reproduction-link
|
||||
attributes:
|
||||
label: Reproduction Link
|
||||
description: Link a live environment you used to reproduce.
|
||||
placeholder: https://github.com/DavidHDev/vue-bits
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: repro-steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: What steps should be taken to reproduce your issue.
|
||||
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 reported or addressed
|
||||
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 reported or addressed
|
||||
required: true
|
||||
44
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
44
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
@@ -1,26 +1,26 @@
|
||||
name: 💡 Feature Request
|
||||
description: Suggest something for Vue Bits.
|
||||
labels: ["enhancement"]
|
||||
title: "[FEAT]: "
|
||||
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:
|
||||
- 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
|
||||
- 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
|
||||
Reference in New Issue
Block a user