Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 461 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 461 Bytes

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