Using the issue tracker
The issue tracker is the preferred channel for bug reports and features requests, but please respect the following restriction:
- Please do not use the issue tracker for personal support requests. Stack Overflow or commercial support are better places to get help.
Bug reports
A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful, so thanks!
Guidelines for bug reports:
-
Validate your code — ensure your problem isn't caused by a simple error in your own code.
-
Use the GitHub issue search — check if the issue has already been reported.
-
Check if the issue has been fixed — try to reproduce it using the latest
develop
branch in the repository. -
Isolate the problem — ideally create a reduced test case and a live example.
Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue?
Example:
Short and descriptive example bug report title
A summary of the issue and the Python/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug.
- This is the first step
- This is the second step
- Further steps, etc.
Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits).
Feature requests
Before opening a feature request, please take a moment to find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible.
Pull requests
For legal reasons we're currently not accepting pull requests. Please create an issue if you have suggestions for improvements.