Skip to content

Commit 49101cd

Browse files
Add branch policy (openMF#1805)
* update readme file * update readme file * update readme file with how to contribute * update readme file with how to contribute * update readme file with branch Policy --------- Co-authored-by: Rajan Maurya <[email protected]>
1 parent 38db336 commit 49101cd

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

README.md

+1-25
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,7 @@ Development | Chat |
2323
Mifos boasts an active and vibrant contributor community, Please join us on [slack](https://join.slack.com/t/mifos/shared_invite/zt-2f4nr6tk3-ZJlHMi1lc0R19FFEHxdvng). Once you've joined the mifos slack community, please join the `#mobile-wallet` channel to engage with mobile-wallet development. If you encounter any difficulties joining our Slack channel, please don't hesitate to open an issue. This will allow us to assist you promptly or send you an invitation.
2424

2525
### [How to Contribute](https://github.com/openMF/mobile-wallet/wiki/How-to-Contribute)
26-
27-
### Branch Policy
28-
29-
30-
We have the following branches :
31-
32-
* **dev**
33-
All the contributions should be pushed to this branch. If you're making a contribution,
34-
you are supposed to make a pull request to _dev_.
35-
Please make sure it passes a build check on Travis.
36-
37-
It is advisable to clone only the development branch using the following command:
38-
39-
```
40-
git clone -b <branch> <remote_repo>
41-
```
42-
43-
With Git 1.7.10 and later, add --single-branch to prevent fetching of all branches. Example, with development branch:
44-
45-
```
46-
git clone -b dev --single-branch https://github.com/username/mobile-wallet.git`
47-
```
48-
49-
* **master**
50-
The master branch contains all the stable and bug-free working code. The development branch once complete will be merged with this branch.
26+
### [Branch Policy](https://github.com/openMF/mobile-wallet/wiki/Branch-Policy)
5127

5228
### Demo credentials
5329
Fineract Instance: demo.mifos.io

0 commit comments

Comments
 (0)