Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

contributing.rst 527B

123456789101112131415161718192021
  1. Contributing
  2. ============
  3. Make sure you've 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. Contents:
  10. .. toctree::
  11. :maxdepth: 2
  12. contributing/installation
  13. contributing/testing
  14. contributing/conventions