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 422B

12345678910111213141516
  1. ============
  2. Contributing
  3. ============
  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 update 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