File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Contributing to python-barcode
2+
3+ ## Bug reports
4+
5+ Please make sure that you take the following steps when reporting issues:
6+
7+ Ensure that you are using the latest version. You bug may already have been
8+ fixed.
9+
10+ Search existing issues to ensure that it was not previously included. Be sure to
11+ search closed issues too, your issue may have been fixed recently.
12+
13+ In case that the generated output is not correct, please mention:
14+
15+ - What input did you provide?
16+ - What output did you get?
17+ - What output do you think you should have obtained?
18+
19+ In case of crashes, please copy the full stack trace and ** at least** the line
20+ from your code that reproduces the crash.
21+
22+ Trying to understand and debug any error is a lot easier if you provide a small
23+ portion of code that I can run myself to reproduce the error.
You can’t perform that action at this time.
0 commit comments