mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
461 B
461 B
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