Changes between Version 11 and Version 12 of CommitGuides
- Timestamp:
- 07/06/08 11:32:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitGuides
v11 v12 2 2 3 3 - When you start implementing a new feature, bug fix etc, always do it '''on the top of the [http://lemon.cs.elte.hu/hg/lemon/ main repository]''', not on the top of your last local commit. 4 - Read and follow the [CodingStyle Coding Style] conventions. 5 - For newly created or ported files you probably want to run the [source:scripts/update-copyright-header.sh update-copyright-header.sh] script to maintain the standard Lemon copyright header. 4 6 - Be very careful not to add unnecessary files (but to add everything that is necessary) 5 7 - Do not add generated files into the repository.