docs #1659: update branch policy in readme.md (#1660)

This commit is contained in:
Yash Raj 2021-01-10 17:05:02 +05:30 committed by GitHub
parent 98c9dd37f2
commit e1e292dacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,13 @@ We have the following branches :
`git clone -b development --single-branch https://github.com/username/mifos-mobile.git`
* **ui-redesign**
All the contributions related to redesigning of the app should be pushed to this branch. If you're making a contribution,
you are supposed to make a pull request to _ui-redesign_.
Please make sure it passes a build check on Github Workflows CI.
This branch will be merged with the development branch once the redesign is complete.
* **master**
The master branch contains all the stable and bug-free working code. The development branch once complete will be merged with this branch.