1234567891011121314151617181920212223242526272829303132333435363738394041 |
- ===============================
- Contributing to django Organice
- ===============================
- Official repositories: (kept in sync)
- #. `Bitbucket`:index:: https://bitbucket.org/bittner/django-organice
- #. `GitHub`:index:: https://github.com/bittner/django-organice
- Fork any of the repositories, make your code changes or additions, and place a pull request.
- Help Wanted
- ===========
- - Writing tests
- - Translations (blog posts, documentation, user interface)
- Translation
- -----------
- Translation is done on `Transifex`_ for both the project text strings and the documentation.
- The multilingual documentation is written in `reStructuredText`_ syntax, and built using `Sphinx`_.
- As a `translator`:index: you can simply jump on `Transifex`:index: and get your hands dirty for
- your language. Some helpful background reading is available from `Read the Docs`_ and
- `Transifex support`_.
- Bumping Versions, Package, Release
- ==================================
- As for the `version numbers`:index: of django Organice we use `Semantic Versioning`_. Changes
- from one to the next `release`:index: are documented in the :doc:`changelog`.
- .. _`Transifex`: https://www.transifex.com/projects/p/django-organice-docs/
- .. _`reStructuredText`: http://docutils.sourceforge.net/docs/user/rst/quickref.html
- .. _`Sphinx`: http://sphinx-doc.org/intl.html
- .. _`Read the Docs`: http://read-the-docs.readthedocs.org/en/latest/i18n.html
- .. _`Transifex support`: http://support.transifex.com/customer/portal/articles/972120-introduction-to-the-web-editor
- .. _`Semantic Versioning`: http://semver.org/
|