All projects under the Pylons Project, including this one, follow the guidelines established at How to Contribute, Coding Style and Standards, and Pylons Project Documentation Style Guide.
You can contribute to this project in several ways.
- File an Issue on GitHub
- Fork this project, create a new branch, commit your suggested change, and push to your fork on GitHub. When ready, submit a pull request for consideration. GitHub Flow describes the workflow process and why it's a good practice.
- Join the IRC channel #pyramid on irc.freenode.net.
Run tox
from within your checkout. This will run the tests across all supported systems and attempt to build the docs.
To run the tests for Python 3.7 only:
$ tox -e py37
To build the docs:
$ tox -e docs
See the tox.ini
file for details.