Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 729 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 729 Bytes

Contributing Guidelines

Contributions to this repository should follow the GitHub Flow git workflow. In essence, you contribute by making changes in your fork and then generating a pull request of those changes to be merged with the upstream.

How to contribute

Getting Started

  1. Clone this repo onto your computer
  2. Restore dependencies ( run dotnet restore if you are using dotnet cli tools)
  3. Build the project by using dotnet build

Keep your fork synced

Several changes may be made to the repo at a time or other pull requests merged so make sure you sync the repo as frequently as is necessary to keep your repo up to date with the upstream version.