Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.79 KB

contributing.md

File metadata and controls

30 lines (19 loc) · 1.79 KB

Contributing

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.

Git Branches

There is a single branch master on which development takes place and from which releases to PyPI are tagged. This is the default branch on GitHub.

Prerequisites

Follow the instructions to install Pyramid and the tools needed to build its documentation in HACKING.txt. We will leverage this virtual environment and the tools installed there to build documentation for this project. This has several advantages:

  • You don't have to install Sphinx and its dependencies another time.
  • You are encouraged to contribute to the official documentation.
  • No increased maintenance for the Pylons Project.