Changes between Initial Version and Version 1 of SubmittingPatches


Ignore:
Timestamp:
Jun 13, 2009, 9:39:50 PM (15 years ago)
Author:
Philip Taylor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubmittingPatches

    v1 v1  
     1This process is new and we have little experience - we expect it will evolve over time, so please send any suggestions for improving the process.
     2
     3Currently the idea is:
     4
     5Check out the game from SVN. Make some changes. Make sure you've updated to the latest version of the code (and merged in your own changes). Create a patch, with `svn patch` (or the equivalent "create patch" feature in TortoiseSVN). Attach it to a Trac ticket (an existing ticket if there's a relevant one, else a new one), then post a new topic on the forum to request review. One of the core developers should then review it and maybe suggest some changes. When it's considered okay, they should commit it to SVN.