Forums | Mahara Community
Developers
/
merge request vs. patch submission
13 September 2010, 19:12
I'm making a couple of small changes to fix typographical errors in the Mahara interface.
Is the patch-submission process outlined on the Mahara wiki preferable to branching the git repo and then making a Merge Request on Gitorious? Is a Merge Request total overkill for changes that are just one or two characters? Or does it not really matter?
13 September 2010, 20:58
Personally I'm not too bothered either way, but I guess I prefer separate files if it's just one or maybe two patches, and a git url if it's a longer series of commits.