Following are the most important branches:
dev
: Contains the latest code and it is the branch actively developed. Note that all PRs must be againstdev
branch to be considered. This branch is developed using .NET Core 2.0master
: Synced time to time from dev. It contains "stable" code, although not the latest one. We plan to do periodic merges fromdev
tomaster
, but we are not doing it right now.
Any other branch is considered temporary and could be deleted at any time. Do not do any PR to them!
Thanks!