Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.13 KB

contributing.md

File metadata and controls

28 lines (23 loc) · 1.13 KB

Contributing

All projects under the Pylons Projects, 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

Git branches and their purpose and status at the time of this writing are listed below.

  • master - The branch on which further development takes place. The default branch on GitHub.