File tree 4 files changed +134
-56
lines changed
4 files changed +134
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug
2
+ description : Create a report to help us improve
3
+ title : " 🐞 Bug"
4
+ labels : ["🐞 bug", "pending triage"]
5
+ body :
6
+ - type : checkboxes
7
+ attributes :
8
+ label : Is there an existing issue for this?
9
+ description : Please search to see if an issue already exists for the bug you encountered
10
+ options :
11
+ - label : I have searched the existing issues
12
+ required : true
13
+ - type : textarea
14
+ attributes :
15
+ label : Describe the bug
16
+ description : A clear and concise description of what the bug is
17
+ validations :
18
+ required : true
19
+ - type : textarea
20
+ attributes :
21
+ label : Steps To Reproduce
22
+ description : Steps to reproduce the behavior
23
+ placeholder : |
24
+ 1. Go to'...'
25
+ 2. Click on'...'
26
+ 3. Scroll down to'...'
27
+ 4. See error
28
+ validations :
29
+ required : true
30
+ - type : textarea
31
+ attributes :
32
+ label : Expected Behavior
33
+ description : A clear and concise description of what you expected to happen
34
+ validations :
35
+ required : true
36
+ - type : textarea
37
+ attributes :
38
+ label : Screenshots
39
+ description : |
40
+ If applicable, add screenshots to help explain your problem
41
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in
42
+ validations :
43
+ required : false
44
+ - type : dropdown
45
+ attributes :
46
+ label : Is faced issue/bug related to vue simulator?
47
+ description : A clear and concise description of what you have faced issue with
48
+ validations :
49
+ required : true
50
+ - type : dropdown
51
+ attributes :
52
+ label : Used vue simulator with or without backend
53
+ description : A clear and concise description of how you used the simulator
54
+ validations :
55
+ required : false
56
+ - type : dropdown
57
+ attributes :
58
+ label : Is bug is only in dev server or build or in both?
59
+ description : A clear and concise description of how where the issue/bug is
60
+ validations :
61
+ required : false
62
+
63
+ - type : textarea
64
+ attributes :
65
+ label : Device Information [optional]
66
+ description : |
67
+ examples:
68
+ - **OS**: Ubuntu 20.04
69
+ - **Browser**: chrome
70
+ - **version**: 22
71
+ value : |
72
+ - OS:
73
+ - Browser:
74
+ - version:
75
+ render : markdown
76
+ validations :
77
+ required : false
78
+ - type : input
79
+ attributes :
80
+ label : Additional context
81
+ description : Add any other context about the problem here
82
+ validations :
83
+ required : false
84
+ - type : dropdown
85
+ attributes :
86
+ label : Are you working on this issue?
87
+ options :
88
+ - ' Yes'
89
+ - ' No'
90
+ validations :
91
+ required : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : ⭐️ Feature request
2
+ description : Suggest an idea for this project
3
+ title : " Feature "
4
+ labels : ["🌟 feature", "pending triage"]
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : Is your feature request related to a problem? Please describe
9
+ description : A clear and concise description of what the problem is
10
+ validations :
11
+ required : true
12
+ - type : textarea
13
+ attributes :
14
+ label : Describe the solution you'd like
15
+ description : A clear and concise description of what you want to happen
16
+ validations :
17
+ required : true
18
+ - type : textarea
19
+ attributes :
20
+ label : Describe alternatives you've considered
21
+ description : A clear and concise description of any alternative solutions or features you've considered
22
+ validations :
23
+ required : false
24
+ - type : textarea
25
+ attributes :
26
+ label : Is requested feature related to vue simulator?
27
+ description : A clear and concise description of what the feature request is for
28
+ validations :
29
+ required : true
30
+ - type : input
31
+ attributes :
32
+ label : Additional context
33
+ description : Add any other context about the problem here
34
+ validations :
35
+ required : false
36
+ - type : dropdown
37
+ attributes :
38
+ label : Are you working on this?
39
+ options :
40
+ - ' Yes'
41
+ - ' No'
42
+ validations :
43
+ required : true
You can’t perform that action at this time.
0 commit comments