Wiki

Changes between Version 3 and Version 4 of HowToSubmitAPatch

Show
Ignore:
Timestamp:
07/13/08 02:18:33 (16 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToSubmitAPatch

    v3 v4  
    11= Introduction = 
    22 
    3 Submitting a patch in a great way to contribute to Cobra. In order that patches can be applied in a timely manner, please follow these guidelines. Doing so eases the burden for those applying patches, gets your patches in faster and reduces the "apply patch" bottleneck. 
     3Submitting a patch is a great way to contribute to Cobra. In order that patches can be applied in a timely manner, please follow these guidelines. Doing so eases the burden for those applying patches, gets your patches in faster and reduces the "apply patch" bottleneck. 
    44 
    5 Discuss the patch on the [http://cobra-language.com/forums/ forums] to see what others think, find out if there is already work in progress, etc. 
     5Discuss the enhancement or fix ahead of time on the [http://cobra-language.com/forums/ forums] to see what others think, find out if there is already work in progress, etc. 
    66 
    77= Coding = 
     
    8282Use ".patch" for the extension and otherwise, name the file as you like. 
    8383 
    84 Attach the patch to a ticket instead of the forums so that it doesn't get "lost". If there was a forum discussion on the topic of the patch, you can always post a link to the ticket in the discussion. 
     84Attach the patch to a ticket instead of the forums so that it doesn't get "lost". Also, patches are a pleasure to browse in Trac, but not in phpBB. If there was a forum discussion on the topic of the patch, you can always post a link to the ticket in the discussion.