diff --git a/README.md b/README.md index 65c2b6da7..f981bffd9 100644 --- a/README.md +++ b/README.md @@ -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**