File tree 3 files changed +81
-1
lines changed
3 files changed +81
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Let us know about a bug
3
+ labels :
4
+ - bug
5
+ body :
6
+ - type : textarea
7
+ id : description
8
+ attributes :
9
+ label : What is the issue?
10
+ description : |
11
+ Describe the bug here. Please provide as much information as possible.
12
+ validations :
13
+ required : true
14
+
15
+ - type : textarea
16
+ id : expected
17
+ attributes :
18
+ label : What is the expected behavior?
19
+ description : |
20
+ Please describe the expected behavior here.
21
+ validations :
22
+ required : true
23
+
24
+ - type : textarea
25
+ id : repro
26
+ attributes :
27
+ label : How can we reproduce the bug?
28
+ description : |
29
+ Include repro steps and associated relevant information here.
30
+ validations :
31
+ required : true
32
+
33
+ - type : textarea
34
+ id : notes
35
+ attributes :
36
+ label : notes
37
+ description : |
38
+ Any additional information should be included here.
39
+ validations :
40
+ required : false
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Suggest a new feature or enhancement
3
+ labels :
4
+ - enhancement
5
+ body :
6
+ - type : textarea
7
+ id : what
8
+ attributes :
9
+ label : What should this feature do?
10
+ description : |
11
+ Describe the feature or enhancement (what it should do, etc.) here.
12
+ validations :
13
+ required : true
14
+
15
+ - type : textarea
16
+ id : why
17
+ attributes :
18
+ label : Why is it needed?
19
+ description : |
20
+ Include information about why the feature should be implemented here.
21
+ validations :
22
+ required : true
23
+
24
+ - type : textarea
25
+ id : how
26
+ attributes :
27
+ label : How should it be implemented?
28
+ description : |
29
+ If known, any suggestions / ideas on how the feature could implemented.
30
+ validations :
31
+ required : false
32
+
33
+ - type : textarea
34
+ id : notes
35
+ attributes :
36
+ label : Notes
37
+ description : |
38
+ Any additional information should be included here.
39
+ validations :
40
+ required : false
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ We ask that all contributors review and agree to adhere to our code of conduct p
55
55
## License
56
56
57
57
```
58
- Copyright 2024 LY Corporation
58
+ Copyright 2024 - 2025 LY Corporation
59
59
60
60
Licensed under the Apache License, Version 2.0 (the "License");
61
61
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments