Changes between Initial Version and Version 1 of SubmitPatch


Ignore:
Timestamp:
Feb 23, 2007, 11:22:17 AM (17 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubmitPatch

    v1 v1  
     1'''Patch submission guidelines'''
     2
     3This page describes how to submit patches to !FDO Open Source.
     4
     5Prerequisite: coding guidelines section of [http://fdo.osgeo.org/developer.html Getting Involved as a Contributer].
     6
     7Mail patches to fdo-internals@lists.osgeo.org, with a subject line that starts with "PATCH:" in all uppercase, for example
     8
     9Subject: PATCH: Fix for 64bit compilation on Linux
     10
     11A patch submission should contain one logical change; please don't mix N unrelated changes in one submission — send N separate emails instead.
     12
     13The patch itself should be in unified diff format (e.g., "svn diff", "diff -u" or if you are using Tortoise SVN use the "Create Patch..." command). Send the patch as an attachment, with a mime-type of text/x-diff, text/x-patch, or text/plain.
     14
     15In the email message body: if the patch implements a new feature, make sure to reference the RFC (see [http://fdo.osgeo.org/psc.html Project Steering Committee] for a description of RFCs) that describes the change; if the patch fixes a bug, reference the Trac ticket number. Also include any details that will be useful to anyone reviewing the changes.
     16
     17Once the patch has been submitted, expect some feedback from reviewers of the patch. It may take several rounds of feedback before the patch is applied by a committer. If you don't get a response and don't see the patch applied, it's fine to repost and point out that you're still waiting for a response. The best person to make sure that the patch gets applied is you.