mirror of https://gitee.com/godoos/godoos.git
2 changed files with 27 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||
# Contributing |
|||
We are greating for all improvements, bug fixes and new features if it not break exists behaviour. |
|||
|
|||
## Code style |
|||
Code style described in stylecop ruleset file, checks perform on compile time. All violations of rules breaks project build. |
|||
Principal moments: |
|||
* use tabs |
|||
* private fields named with prefix "_" |
|||
|
|||
## PR |
|||
For PR need: |
|||
* Issue described what problem you solve |
|||
* Code passed travis build (starts automatically) |
|||
* Code is covered by tests |
Loading…
Reference in new issue