Closed
Description
After talking with @lampholder about process on GitHub, we felt it would simplify things if we change the "default branch" on Riot Web repos from master to develop. This should improve several things:
- New contributors will check out repos on the correct branch by default
- Issues should auto-close correctly when merged to develop
- PRs will target the correct branch by default
The master branch still exists for those who want the stable version, but arguably most of those people want a released artifact instead anyway.
(As an aside, Riot iOS and Android teams already have default branch set to develop.) Any opinions on this?