Unfortunately no code is perfect, sometimes bugs will occur, or a feature is desired. When reporting bugs, being as thorough as possible, and including additional details makes a huge improvement. No one should feel discouraged in attempting to fix a bug or suggest a feature that might be missing.
Bugs with a Pylons Project package should be reported to the individual issue tracker on GitHub. First, some general guidelines on reporting a bug.
You will need to create a GitHub account account to report and correspond regarding the bug you are reporting.
You should not file a bug if you are:
Search through the appropriate Issue tracker on GitHub (see Issue Trackers below). If a bug like yours was found, check to see if you have new information that could be reported to help the developers fix it.
To have the best chance of having a bug fixed, we need to be able to easily replicate the conditions that caused it. Most of the time this information will be from a Python traceback message, though some bugs might be in design, spelling, or other errors on the website/docs/code.
If the error is from a Python traceback (see a Python traceback), include it in the bug report being filed. We will also need to know what platform you’re running (Windows, OSX, Linux), and which Python interpreter you’re running if its not CPython (e.g. Jython, Google App Engine).
Bugs are reported and tracked on GitHub‘s issue trackers. Each Pylons Project has their own:
To fix bugs or add features to a package managed by the Pylons project, an account on GitHub is required. All Pylons Project packages are under the Pylons organization on github.
The general practice for contributing new features and bug fixes is to fork the package in question and make changes there. Then send a pull request. This allows the developers to review the patches and accept them, or comment on what needs to be addressed before the change sets can be accepted.
When proposing an idea that isn’t just a fix or a plain bug report, the best place to do so is on the Pylons-Devel maillist . Another reasonable venue is IRC at #pylons on FreeNode.