Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.31 KB

Contributing to Semantic Release Notes Parser

Getting started

Getting started with Git and GitHub

Once you're familiar with Git and GitHub, clone the repository and run the SemanticReleaseNotesParser.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
  • run build.bat or build.sh