Changes between Version 2 and Version 3 of SubmittingPatches


Ignore:
Timestamp:
Nov 24, 2009, 8:08:21 PM (14 years ago)
Author:
Philip Taylor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubmittingPatches

    v2 v3  
    33Currently the idea is:
    44
    5 Check 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.
     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), and set the "request review of patch" checkbox. 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. If you don't hear anything within a reasonable time period (maybe a week or two), feel free to post a reminder on the [http://www.wildfiregames.com/forum/index.php?showforum=312 forum].
    66
    77The person submitting the patch must agree that it is their own work (or else make it clear where it came from), and agree to licensing the work as BSD or GPL (we're not yet quite sure which we want...)