File tree 3 files changed +80
-0
lines changed
3 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : \U0001F41BBug report
2
+
3
+ description : Please search Github for a similar issue or PR before submitting
4
+
5
+ labels : ['bug']
6
+
7
+ body :
8
+ - type : textarea
9
+ attributes :
10
+ label : Describe the bug
11
+ description : |
12
+ Please describe the bug you're experiencing here.
13
+ Please search existing issues first before opening a new one
14
+ validations :
15
+ required : true
16
+ - type : textarea
17
+ attributes :
18
+ label : Minimal reproduction of the problem with instructions
19
+ description : |
20
+ Please explain clearly how to reproduce your problem
21
+ validations :
22
+ required : true
23
+ - type : textarea
24
+ attributes :
25
+ label : Screenshots
26
+ description : |
27
+ If applicable, add screenshots to help explain your problem.
28
+ validations :
29
+ required : false
30
+ - type : input
31
+ attributes :
32
+ label : ' @angular/core version'
33
+ validations :
34
+ required : true
35
+ - type : input
36
+ attributes :
37
+ label : angularx-flatpickr version
38
+ validations :
39
+ required : true
40
+ - type : input
41
+ attributes :
42
+ label : Browser name and version
43
+ validations :
44
+ required : true
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change
1
+ name : \U0001F680Feature request
2
+
3
+ description : Suggest an idea for this project
4
+
5
+ labels : ['enhancement']
6
+
7
+ body :
8
+ - type : textarea
9
+ attributes :
10
+ label : Is your feature request related to a problem? Please describe
11
+ description : |
12
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13
+ validations :
14
+ required : true
15
+ - type : textarea
16
+ attributes :
17
+ label : Describe the solution you'd like
18
+ description : |
19
+ A clear and concise description of what you want to happen.
20
+ validations :
21
+ required : true
22
+ - type : textarea
23
+ attributes :
24
+ label : Describe your use case for implementing this feature
25
+ description : |
26
+ A clear explanation of how you plan to use this feature in your application
27
+ validations :
28
+ required : false
29
+ - type : textarea
30
+ attributes :
31
+ label : Additional context
32
+ description : |
33
+ Add any other context or screenshots about the feature request here.
34
+ validations :
35
+ required : false
You can’t perform that action at this time.
0 commit comments