This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,26 @@ body:
31
31
id : expected-annotation-inputs
32
32
attributes :
33
33
label : Expected Annotation Inputs
34
- description : Which inputs did you expect the annotation to have?
34
+ description : Which inputs did you expect the annotation to have? If possible, provide the JSON for the expected annotation.
35
35
validations :
36
36
required : true
37
37
38
+ - type : textarea
39
+ id : minimal-api-data
40
+ attributes :
41
+ label : Minimal API Data (optional)
42
+ description : If possible, provide the JSON for a minimal API with the element that should have been annotated, and its ancestors.
43
+ validations :
44
+ required : false
45
+
46
+ - type : textarea
47
+ id : minimal-usage-store
48
+ attributes :
49
+ label : Minimal Usage Store (optional)
50
+ description : If possible, provide the JSON for a minimal usage store with the element that should have been annotated, and its ancestors.
51
+ validations :
52
+ required : false
53
+
38
54
- type : textarea
39
55
id : suggested-solution
40
56
attributes :
Original file line number Diff line number Diff line change 31
31
id : actual-annotation-inputs
32
32
attributes :
33
33
label : Actual Annotation Inputs
34
- description : Which inputs did the automatically generated annotation have?
34
+ description : Which inputs did the automatically generated annotation have? If possible, provide the JSON for the actual annotation.
35
35
validations :
36
36
required : true
37
37
@@ -55,10 +55,26 @@ body:
55
55
id : expected-annotation-inputs
56
56
attributes :
57
57
label : Expected Annotation Inputs
58
- description : Which inputs did you expect the annotation to have?
58
+ description : Which inputs did you expect the annotation to have? If possible, provide the JSON for the expected annotation.
59
59
validations :
60
60
required : true
61
61
62
+ - type : textarea
63
+ id : minimal-api-data
64
+ attributes :
65
+ label : Minimal API Data (optional)
66
+ description : If possible, provide the JSON for a minimal API with the element that should have been annotated, and its ancestors.
67
+ validations :
68
+ required : false
69
+
70
+ - type : textarea
71
+ id : minimal-usage-store
72
+ attributes :
73
+ label : Minimal Usage Store (optional)
74
+ description : If possible, provide the JSON for a minimal usage store with the element that should have been annotated, and its ancestors.
75
+ validations :
76
+ required : false
77
+
62
78
- type : textarea
63
79
id : suggested-solution
64
80
attributes :
You can’t perform that action at this time.
0 commit comments