| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- =====================
- Contributing to Oscar
- =====================
-
- You're thinking of helping out. That's brilliant - thank you for your time! You can contribute in many ways:
-
- * Join the `django-oscar`_ mailing list and answer questions.
-
- .. _django-oscar: http://groups.google.com/group/django-oscar
-
- * :doc:`Report bugs <bugs-and-features>` in our `ticket tracker`_.
-
- .. _ticket tracker: https://github.com/tangentlabs/django-oscar/issues
-
- * :doc:`Submit pull requests <submitting-pull-requests>` for new and/or
- fixed behavior.
-
- * :doc:`Improve the documentation <writing-documentation>`.
-
- * :doc:`Write tests <running-tests>`.
-
- * Translations can be contributed using Transifex_. Just apply for a language
- and go ahead!
-
- .. _Transifex: https://www.transifex.com/projects/p/django-oscar/
-
-
-
- Overview
- --------
-
- .. toctree::
- :maxdepth: 1
-
- development-environment
- bugs-and-features
- coding-style
- design-decisions
- submitting-pull-requests
- running-tests
- writing-documentation
|