1Thank you for taking the time to file a bug report. The following describes
2some guidelines to creating a minimally useful ticket.
3
4Above all else: do not describe your problem, **SHOW** your problem.
5
6#### What version of the `csv` crate are you using?
7
8Replace this text with the version. (The version can be found in your
9Cargo.lock.)
10
11#### Briefly describe the question, bug or feature request.
12
13Replace this text with a description.
14
15#### Include a complete program demonstrating a problem.
16
17Whether you're asking for a feature, filing a bug or just asking a question,
18this section should almost always include some kind of code that you have
19written. The code provided should be able to be compiled by others and should
20be as feasibly small as possible.
21
22If you're reporting a bug, then the code should exhibit some undesirable
23characteristic.
24
25If you're asking a question, then the code should represent what you've tried
26so far.
27
28If you're requesting a feature, then provide code that does the closest
29possible thing to what you're requesting, if possible.
30
31#### What is the observed behavior of the code above?
32
33Replace this text with the output of the program.
34
35#### What is the expected or desired behavior of the code above?
36
37Replace this text with the expected or desired output of the program.
38