👍🎉 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! 🎉👍
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.
git clone https://github.com/noamyogev84/ConcurrentPriorityQueue.git && cd ConcurrentPriorityQueue
C:\Some_Folder\ConcurrentPriorityQueue>dotnet build
C:\Some_Folder\ConcurrentPriorityQueue>dotnet test
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.