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