How we handle patches (mmoved)

From OpenHatch wiki
Revision as of 11:18, 23 February 2011 by imported>Ktarnowski (Added information on pep8 and pychecker tools.)

As a patch submitter

  • File a bug on https://openhatch.org/bugs/ with a link to your code (for example, a git repository somewhere on the Internet, or with patch files as attachments in bug itself.)
  • Make sure your patch is of good quality. Write unit tests, use PyChecker and pep8 tools; use comments and docstrings to explain things when necessary
  • Join IRC and ping someone with deployment access (e.g., paulproteus) until it gets reviewed
  • If it passes review, it should get deployed immediately.