blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Which branch is used to contribute? #298

Closed phucthaidoan closed 3 years ago

phucthaidoan commented 3 years ago

I am trying to find the information on how to contribute code-based, but not sure which branch is used to contribute now 😄 .

Code in the main branch is under development => Using mainbranch is fine, or devbranch?

Thanks,

rxtur commented 3 years ago

Right now main and dev are in sync. It is preferable to use dev branch for pull requests, simply because we can pull to local, verify all is good and only then update main branch.