| | 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 == |