/docs/source/contribute.txt
Plain Text | 57 lines | 45 code | 12 blank | 0 comment | 0 complexity | f300cddc45ae9a54adf42053d0bdb2a0 MD5 | raw file
Possible License(s): GPL-2.0
1======================= 2Contributing to Baruwa 3======================= 4 5There are so many ways to help Baruwa's development, 6 7* Blog about it. 8* Report bugs and request features 9* Submit patches for new and fixed behaviour 10* Join the mailing lists and share ideas 11* Donate to the project 12* Documentation 13* Translation 14 15Reporting bugs 16-------------- 17Please use the Github `issue tracking system`_ to report 18bugs and request new features. 19 20Submitting patches 21------------------ 22Baruwa source code is maintained in a git repository 23at `Github`_ 24 25You can either: 26 27* Send me a pull request on `Github`_ 28* Submit old style patches to the `mailing-list`_ 29 30Documentation 31------------- 32The documentation is part of the source, clone the 33repo make the changes then either: 34 35* Send me a pull request on `Github`_ 36* Submit old style patches to the `mailing-list`_ 37 38You can also contribute tips and sightings on the 39`baruwa wiki`_ at Github. 40 41Donations 42--------- 43Donations are appreciated please use the `Pledge`_ 44system which accepts paypal payments 45 46Translation 47----------- 48Clone the source code from `Github`_, `create`_ a new language 49if it does not exist, translate and test then send me 50a pull request on `Github`_ 51 52.. _`Github`: http://github.com/akissa/baruwa 53.. _`issue tracking system`: https://github.com/akissa/baruwa/issues 54.. _`baruwa wiki`: https://github.com/akissa/baruwa/wiki 55.. _`Pledge`: http://pledgie.com/campaigns/12056 56.. _`mailing-list`: http://lists.baruwa.org/ 57.. _`create`: http://docs.djangoproject.com/en/1.1/topics/i18n/localization/#topics-i18n-localization