How to supply a patch
From Rigs of Rods Wiki
simple steps how to supply a patch:
- please read and follow the Patch Checklist
- get in touch with us, we dont bite: http://webchat.quakenet.org/?randomnick=1&channels=rigsofrodsdev
- if its a feature patch:
- communicate the goals with us, we will sync with you what we have planned
- if its a bug patch: skip this step
- open a ticket at the bugtracker: http://bugtracker.rigsofrods.com/
if possible, please try to create the patch while ignoring whitespace change. For example under linux:
svn diff --diff-cmd `which diff` -x "-u -w" > mypatch.patch
