Changes between Version 50 and Version 51 of DevWikiComitGuidelines
- Timestamp:
- 05/17/11 04:16:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiComitGuidelines
v50 v51 39 39 * C code should follow our designated [http://trac.osgeo.org/postgis/browser/trunk/STYLE Style Guidelines] to the best of your abilities 40 40 * All source code in SVN should be in Unix text format as opposed to DOS text mode. 41 * Each new/changed function sshould be documented in the official docs following our [wiki:DevWikiDocNewFeature Documentation Guidelines]41 * Each new/changed function should be documented in the official docs following our [wiki:DevWikiDocNewFeature Documentation Guidelines] 42 42 43 43 == SVN Administrator == … … 49 49 == SVN Commit and Bug, Feature Tracking Practices == 50 50 51 The following are considered good source commit practices for the PostGIS project.51 The following are considered good source commit and tracking practices for the PostGIS project. 52 52 53 53 * Use meaningful descriptions for commit log entries.