Suggestion - If you want add ideas or suggestions for improve code.
Error - If you finded any bug within code (logical error, syntax error etc.)
Improve - If you want share own solution
Describe you idea/suggestion/bug/improvment as plain text.
Error must have contains full Stack Trace at exception that was thrown.
Error
Library throw exception ArgumentNullException in method GetJson(1, 2, 3).
Stack Trace:
.GetJson(1,2,3) at line 1
.MethodOne() at line 15
.....