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