Skip to content

Commit 32b658b

Browse files
committed
Explain how to report issues
1 parent 841c8d3 commit 32b658b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

0 commit comments

Comments
 (0)