Sébastien Gendre <s...@k-7.ch> writes: > If I want to contribute some code to Org-mode, and send patch here, do > you prefer: 1 commit per contribution (ex: 1 commit == 1 feature) or > multiple commits per contribution ?
As long as the contribution is small, 1 commit == 1 feature is preferred. This is to simplify searching git logs - when one looks into specific changes, it is much easier to see all related changes in the same commit. However, we should not overdo things. If a feature is complex and touches multiple functional parts of Org mode, is it better to have several commits. Just make sure that Org mode is not broken in the middle of the commit series, so that we can efficiently use git bisect. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>