Skip to content

Commit

Permalink
update readme file with committing your changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kapmaurya committed Nov 1, 2024
1 parent 0e37011 commit a6dbcb7
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,7 @@ Mifos boasts an active and vibrant contributor community, Please join us on [sla
### [Committing Your Changes](https://github.com/openMF/mobile-wallet/wiki/Committing-Your-Changes)


### **Making a Pull Request**

Once your changes are pushed to your forked repository, you can initiate a pull request to merge your changes into the main project:

1. Navigate to the [Mobile Wallet (Mifos Pay) repository](https://github.com/openMF/mobile-wallet) on GitHub.
2. Click on the "Pull Requests" tab and then click "New Pull Request."

![image](https://user-images.githubusercontent.com/44428198/254533309-2df4dca7-aec3-4197-8b86-8b80988e08d7.png)

1. Ensure the base repository is set to "openMF/mobile-wallet" and the base branch is the main development branch `dev`.
2. Set the compare repository to your forked repository and the compare branch to the branch you just created with your changes (e.g., in my case, the head repository was set to “rchtgpt/mobile-wallet” and the comparison branch was `kotlin-migration-common`.
3. Fill out the pull request template, providing a clear description of your changes, why they are necessary, and any relevant information for the reviewers.
4. Click "Create Pull Request" to submit your changes for review.
### [**Making a Pull Request**](https://github.com/openMF/mobile-wallet/wiki/Making-a-Pull-Request)

### **Squashing Your Commits**

Expand Down

0 comments on commit a6dbcb7

Please sign in to comment.