You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

contributing.rst 504B

123456789101112131415161718
  1. Contributing
  2. ============
  3. Make sure you've read http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
  4. * New features should be discussed on the mailing list (or in the meetings) before serious work starts
  5. * Pull requests will be rejected if sufficient tests aren't provided
  6. * Please updated the documentation when altering behaviour or introducing new features
  7. Contents:
  8. .. toctree::
  9. :maxdepth: 2
  10. contributing/installation
  11. contributing/testing
  12. contributing/conventions