Changes between Initial Version and Version 1 of Be a CIVL developer


Ignore:
Timestamp:
12/07/16 15:30:54 (9 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Be a CIVL developer

    v1 v1  
     1
     2== Using SVN ==
     3* CIVL team requires any contributor to conform following rules when contributing to CIVL:
     4  1. Create a new branch for new features you want to add into CIVL.
     5  1. Create unit tests and system tests for your new modules, make sure they provide a 100% coverage on your code.
     6  1. Code review by one other CIVL developer is required before merging a branch into the trunk.
     7  1. A branch cannot be merged into the trunk without the permission of the main developers of CIVL
     8
     9== Coding Standard ==
     10
     11== Testing ==