Open main menu

Difference between revisions of "Commit Guidelines"

7 bytes removed ,  07:21, 29 April 2016
(→‎Commit guidelines: Add short note about compilable commits.)
Line 7: Line 7:
If you change shared common code, then (while not necessarily in the same commit, due to the above guideline!) you should also make at least a best-effort attempt to make sure all of the engine/backend code stays working.
If you change shared common code, then (while not necessarily in the same commit, due to the above guideline!) you should also make at least a best-effort attempt to make sure all of the engine/backend code stays working.


Try to assure that ScummVM compiles with every commit. In case of regressions, this helps to track down the commit introducing the regression.
Assure that ScummVM compiles with every commit. In case of regressions, this helps to track down the commit introducing the regression.


== Commit message formatting ==
== Commit message formatting ==
81

edits