Changes between Version 6 and Version 7 of HowToContribute


Ignore:
Timestamp:
Feb 13, 2010, 3:10:26 AM (14 years ago)
Author:
gaige
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToContribute

    v6 v7  
    33Using the Ticket system is the best way to submit code contributions. If you are looking for examples, follow ticket numbers to see how GeoJSON (#1968) or GPX (#1515) drivers have been incorporated.
    44
    5 New functions should be developped against latest developement version ("trunk" lying at http://svn.osgeo.org/gdal/trunk/gdal).
     5New functions should be developed against latest developement version ("trunk" lying at http://svn.osgeo.org/gdal/trunk/gdal).
    66
    77Create a new Ticket of ''type: enhancement'' and now we refer to this ticket when submitting driver code, driver test cases, changes to the building configuration required for the new driver, etc. So, we can track all necessary updates and changes in one place, using a single Ticket. After a new driver is incorporated and well tested, we can annotate and close the ticket.