pythonindia / pssi.org.in

Official PSSI website
https://pssi.org.in
9 stars 12 forks source link

change github default branch to develop instead of master #55

Closed theskumar closed 9 years ago

theskumar commented 9 years ago

Since the CONTRIBUTING.md say you should always be sending Pull Request (PR) against develop and master is just the release tracking branch. We should change the settings in github to make develop as default branch, so whenever someone opens a PR/compare it's always prompted to open against develop.

Another solution, that i generally go for is let master act as a "develop" branch and all the production code goes in a side branch called prod. It's less confusing and more semantic. thoughts?

Cheers, Saurabh

sayanchowdhury commented 9 years ago

The default branch is changed to develop now.