Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

contributing.rst 640B

12345678910111213141516171819202122232425
  1. Contributing
  2. ============
  3. Make sure you're read http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
  4. Guidelines
  5. ----------
  6. * New features should be discussed on the mailing list (or in the meetings) before serious work starts
  7. * Pull requests will be rejected if sufficient tests aren't provided
  8. * Please updated the documentation when altering behaviour or introducing new features
  9. Coding conventions
  10. ------------------
  11. * PEP8 (http://www.python.org/dev/peps/pep-0008/)
  12. * PEP257 (http://www.python.org/dev/peps/pep-0257/)
  13. Contents:
  14. .. toctree::
  15. :maxdepth: 2
  16. contributing/installation
  17. contributing/testing