Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 1657dd9

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/264-move-docs-inside-the-project
2 parents f4bb421 + 6d257eb commit 1657dd9

File tree

6 files changed

+129
-58
lines changed

6 files changed

+129
-58
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-38
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: "\U0001F41E Bug report"
2+
description: Create a report to help me improve the library
3+
title: 'Am I a bug or a feature?'
4+
labels: [triage, bug]
5+
assignees:
6+
- alvarosaburido
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
"Thanks for taking the time to fill out this bug report! Please consider that I'm maintaining this library on my free time, thanks!"
12+
- type: dropdown
13+
id: version
14+
attributes:
15+
label: Version
16+
description: What version of the library are you using?
17+
options:
18+
- 3.x.x (Vue 3.x)
19+
- 2.x.x (Vue 2.x - legacy)
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: bug-description
24+
attributes:
25+
label: Describe the bug
26+
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
27+
placeholder: Bug description
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: reproduction
32+
attributes:
33+
label: Describe the bug
34+
description: Steps to reproduce the behavior
35+
placeholder: "1. Go to '...'
36+
2. Click on '....'
37+
3. Scroll down to '....'
38+
4. See error"
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: expected
43+
attributes:
44+
label: Expected behavior
45+
description: A clear and concise description of what you expected to happen.
46+
placeholder: Expected behavior
47+
validations:
48+
required: true
49+
- type: textarea
50+
id: system-info
51+
attributes:
52+
label: System Info
53+
description: Output of `npx envinfo --system --npmPackages @asigloo/vue-dynamic-forms --binaries --browsers`
54+
render: shell
55+
placeholder: System, Binaries, Browsers
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: additional-context
60+
attributes:
61+
label: Additional context
62+
description: Add any other context or screenshots about the feature request here.
63+
- type: checkboxes
64+
id: checkboxes
65+
attributes:
66+
label: Validations
67+
description: Before submitting the issue, please make sure you do the following
68+
options:
69+
- label: Read the [docs](https://vue-dynamic-forms-docs.netlify.app/).
70+
required: true
71+
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
72+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.
+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: "\U0001F680 New feature proposal"
2+
description: Suggest an idea for this project
3+
title: 'My awesome PR request '
4+
labels: [triage, feature-request]
5+
assignees:
6+
- alvarosaburido
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for your interest in the project and taking the time to fill out this feature report!
12+
- type: textarea
13+
id: feature-description
14+
attributes:
15+
label: Is your feature request related to a problem? Please describe.
16+
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: suggested-solution
21+
attributes:
22+
label: Describe the solution you'd like
23+
description: A clear and concise description of what you want to happen.
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: alternative
28+
attributes:
29+
label: Describe alternatives you've considered
30+
description: A clear and concise description of any alternative solutions or features you've considered.
31+
- type: textarea
32+
id: additional-context
33+
attributes:
34+
label: Additional context
35+
description: Add any other context or screenshots about the feature request here.
36+
- type: checkboxes
37+
id: checkboxes
38+
attributes:
39+
label: Validations
40+
description: Before submitting the issue, please make sure you do the following
41+
options:
42+
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
43+
required: true

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ Complete documentation and examples available at
5252
</a>
5353
</p>
5454

55+
<h4 align="center">Accesible Benevolents 🦄</h4>
56+
57+
<p align="center">
58+
<a href="https://github.com/easingthemes" target="_blank" rel="noopener noreferrer" ">
59+
<img src="https://avatars.githubusercontent.com/u/2750284?v=4" height="72px" style="border-radius: 100%; overflow: hidden; border: 4px solid #5EDCAE" alt="easingthemes">
60+
</a>
61+
</p>
62+
5563
## Installation
5664

5765
```bash

yarn.lock

+6
Original file line numberDiff line numberDiff line change
@@ -8731,9 +8731,15 @@ tailwindcss@^2.2.4:
87318731
tmp "^0.2.1"
87328732

87338733
tar@^6.0.2, tar@^6.1.0:
8734+
<<<<<<< HEAD
87348735
version "6.1.0"
87358736
resolved "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz"
87368737
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
8738+
=======
8739+
version "6.1.5"
8740+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.5.tgz#6e25bee1cfda94317aedc3f5d49290ae68361d73"
8741+
integrity sha512-FiK6MQyyaqd5vHuUjbg/NpO8BuEGeSXcmlH7Pt/JkugWS8s0w8nKybWjHDJiwzCAIKZ66uof4ghm4tBADjcqRA==
8742+
>>>>>>> origin/main
87378743
dependencies:
87388744
chownr "^2.0.0"
87398745
fs-minipass "^2.0.0"

0 commit comments

Comments
 (0)