Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 465 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 465 Bytes

Contributing

Pull requests

  • Add XML documentation to all public members.
  • Add unit-tests covering functionality implemented (unless this is trivial fix or logic was not changed).
  • Make sure all tests are passing.
  • Squash commits. Ideally it should be 1 commit per feature implemented or bug fixed). If there are several features/bugs addressed by pull request, consider creating several PRs.
  • Create pull request against develop branch.