Changes between Version 3 and Version 4 of HowToSubmitAPatch
- Timestamp:
- 07/13/08 02:18:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSubmitAPatch
v3 v4 1 1 = Introduction = 2 2 3 Submitting a patch i na 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.3 Submitting 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. 4 4 5 Discuss the patchon the [http://cobra-language.com/forums/ forums] to see what others think, find out if there is already work in progress, etc.5 Discuss 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. 6 6 7 7 = Coding = … … 82 82 Use ".patch" for the extension and otherwise, name the file as you like. 83 83 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.84 Attach 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.