eShopOnContainers/branch-guide.md

11 lines
571 B
Markdown
Raw Normal View History

2017-08-01 15:21:51 +02:00
# eShopOnContainers - BRANCH GUIDE
Following are the most important branches:
2017-09-05 16:18:01 +02:00
- `dev`: Contains the latest code **and it is the branch actively developed**. Note that **all PRs must be against `dev` branch to be considered**. This branch is developed using .NET Core 2.0
2017-08-01 15:21:51 +02:00
- `master`: Synced time to time from dev. It contains "stable" code, although not the latest one. We plan to do periodic merges from `dev` to `master`, 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!