Creating a Pull Request
1
Go to your forked repository on GitHub.
2
Click New Pull Request.
3
Select your branch and choose main
from the original repository as the target branch.
4
Provide a clear PR title and description.
Title: Clearly describe the purpose of the PR (e.g., "Add escrow service integration").
Description: Include:
What this PR does.
Screenshots or GIFs (if applicable).
Related Issues: Use keywords like
Resolves #<issue-number>
.
💬 Communication
Be respectful to feedback from project maintainers.
Feel free to ask questions or request clarifications if you need.
Thank you for contributing and helping us! 🤝
Last updated