Development and contribution workflow
DevikVekariya opened this issue · 1 comments
DevikVekariya commented
Workflow:
- Every PR needs to be merged to develop branch first.
- Need to test on develop
- If the test goes good and QA approves then only create a PR against master.
- Need to plan a release with changelog.
- No PR will go to master directly
- Update Readme with the descriptive workflow
- Add section for the contributors (steps as this repo is public)
- Make the master branch protected
- Add rule for the PRs, to get minimum 1 approval to merge.
DevikVekariya commented
Development workflow PR is merged to develop.
Will release it to master in next release