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.

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