Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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