Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Contributing

binarydud edited this page Sep 13, 2010 · 1 revision

Style Guide

Pyres tries to be pep8 compliant. That is not always the case, but it’s the intention.

Adding Code

  • Write a test for every method you add.
  • If your addition is something you wish you had read in the README, add it to the README.

Asking Questions

  • We have a mailing list for discussions. To join the list simply send an email to [email protected]. This will subscribe you and send you information about your subscription, include unsubscribe information.

Bugs

Creating a Patch

  • Fork binarydud/pyres
  • Create a topic branch: `git checkout -b my_fix`
  • Make your changes
  • Push your branch: `git push origin my_fix`
  • Open an Issue referencing your branch.
  • Please do not push to `master` on your fork. This will make everyone’s life easier.

This has been borrowed with permission from the resque wiki

Clone this wiki locally