Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.1 KB

Contributing to Vika

Getting started

Getting started with Git and GitHub

Once you're familiar with Git and GitHub, clone the repository and run the Vika.sln to start coding.

Discussing ideas

Coding conventions

We are following as much as possible the C# coding conventions.
We prefer spaces over tab for indentation.
We have an editorconfig file if you use an editor or plugin respecting it.

Testing

Don't forget to add some tests for your functionality in the tests suit.
You can see the result either:

  • in Visual Studio or other IDE supporting xUnit2
  • on AppVeyor and Travis after the PR is submitted