Sending the patch to Koha's release manager

To share your code, you can send the patch to the koha-patches list; Koha's release manager will then take a look at your code, and if it meets quality standards, include it in the appropriate branches.

To send the patch, first we setup our name and e-mail in Git:

koha@linux:/home/koha/kohaclone # git config --global user.name “firstname lastname"
koha@linux:/home/koha/kohaclone # git config --global user.email “myemail@mydomain.com"

To e-mail the patch, use the git send-email command:

koha@linux:/home/koha/kohaclone # git send-email 0001-This-adds-the-Google-Indic-Transliterater-to-the-OPA.patch

The command will prompt for input; to the question Who should the emails be sent to, enter the e-mail address ...

Get Koha 3 Library Management System now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.