sharma66mahesh / ShadowShift

MIT License
8 stars 2 forks source link

create integration branch #5

Closed kishorliv closed 8 months ago

kishorliv commented 8 months ago

I think it is a good practice to have integration branch(eg: "develop") when more than one developer is contributing to the project. Its good if every code change goes through a pull request and review process. Also, will be super beneficial when we start releasing this app to the web store. Without the integration branch, every commit to main will probably change the released app.

sharma66mahesh commented 8 months ago

Yeah - that's right. All the PRs should come to the develop branch - tested there and then if everything's fine, it will be merged into main with a specific tag/version.