Skip to content

Commit c4dc248

Browse files
Merge branch 'dev' into Add-how-to-contribute-page
2 parents a6de30d + 38db336 commit c4dc248

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

-24
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,8 @@ 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-
2726
### [Branch Policy](https://github.com/openMF/mobile-wallet/wiki/Branch-Policy)
2827

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.
51-
5228
### Demo credentials
5329
Fineract Instance: demo.mifos.io
5430

0 commit comments

Comments
 (0)