You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 979B

12345678910111213141516171819202122232425262728293031323334353637
  1. =====================
  2. Contributing to Oscar
  3. =====================
  4. You're thinking of helping out. That's brilliant - thank you for your time! You
  5. can contribute in many ways:
  6. * Join the `django-oscar`_ mailing list and answer questions.
  7. * :doc:`Report bugs <bugs-and-features>` in our `ticket tracker`_.
  8. * :doc:`Submit pull requests <submitting-pull-requests>` for new and/or
  9. fixed behaviour.
  10. * :doc:`Improve the documentation <writing-documentation>`.
  11. * :doc:`Write tests <running-tests>`.
  12. * Translations can be contributed using Transifex_. Just apply for a language
  13. and go ahead!
  14. .. _django-oscar: http://groups.google.com/group/django-oscar
  15. .. _ticket tracker: https://github.com/django-oscar/django-oscar/issues
  16. .. _Transifex: https://www.transifex.com/projects/p/django-oscar/
  17. Overview
  18. --------
  19. .. toctree::
  20. :maxdepth: 1
  21. development-environment
  22. bugs-and-features
  23. coding-style
  24. submitting-pull-requests
  25. running-tests
  26. writing-documentation