Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 1.49 KB

Contributing to ConcurrentPriorityQueue

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

This quick contributing guide will get you up and running in no time! 👑👍 Simply follow the below steps and get yourslef cofortable with the code.

We welcome any kinds of contributions. From new features (PR's) to bugs and documentation. All are welcomed! 🎉👍

What should I know before I get started?

.NET Development

Download and install the .NET SDK from the official .NET website. The quickest and easiest way to build and debug this project is with using Visual Studio Code.

Cloning ConcurrentPriorityQueue

git clone https://github.com/noamyogev84/ConcurrentPriorityQueue.git && cd ConcurrentPriorityQueue

Building ConcurrentPriorityQueue

C:\Some_Folder\ConcurrentPriorityQueue>dotnet build

Testing ConcurrentPriorityQueue

C:\Some_Folder\ConcurrentPriorityQueue>dotnet test

What should I know before I get started?

Contributing to this repository is done by openening PRs or new issues. For PR's, we encourage you to fork this repository first, and only then open a new PR.

Fork a repository