Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 1.54 KB

Contributing

All projects under the Pylons Project, including this one, follow the guidelines established at How to Contribute and Coding Style and Standards.

You can contribute to this project in several ways.

  • File an Issue on GitHub
  • Fork this project and create a branch with your suggested change. When ready, submit a pull request for consideration. GitHub Flow describes the workflow process and why it's a good practice. When submitting a pull request, sign CONTRIBUTORS.txt if you have not yet done so.
  • Join the IRC channel #pyramid on irc.freenode.net.

Git Branches

  • Submit pull requests to the master branch. This branch is not the default and must be selected instead of [latest]. See the README.rst, under Versions.
  • For development, create a new branch. If changes on your new branch are accepted, they will be merged into the master branch and deployed.

Prerequisites

Follow the instructions in README.rst to install the tools needed to run the project.