22 Apr
2016
22 Apr
'16
5:59 p.m.
Hi Pedro, Pedro Amorim schrieb am 22.04.2016
Yes, I have basic knowledge in git, however I have never contributed to an open-source project before. My question was more about on how to file a bug, but I think I got it sorted: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16327
Great!
So I have to: 1) Clone the project branch 3.22;
Patches are done against the master branch, unless it's really version specific. I changed it in the bug too.
2) Alter the code; 3) Submit the patch using git format-patch
You can use git-bz to directly interact with the bugtracker. have a look at https://wiki.koha-community.org/wiki/Git_bz_configuration HTH, Mirko