/github-for-non-tech

How to create a pull request in GitHub?

Learn how to create a GitHub pull request: fork the repo, clone locally, create a branch, commit changes, push, and open a PR for review and merge.

Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Starting a new venture? Need to upgrade your web app? RapidDev builds application with your growth in mind.

Book a free No-Code consultation

How to create a pull request in GitHub?

 

Step 1: Fork the Repository

 

Navigate to the original GitHub repository you want to contribute to.

  • In the top-right corner of the repo page, click Fork.
  • Select your GitHub account or organization as the fork destination.
  • Wait for the forking process to complete; you’ll now have a copy under your account.

 

Step 2: Clone Your Fork Locally

 

Copy the URL of your fork and run the following commands in your terminal to download it:


git clone https://github.com/your-username/repo-name.git
cd repo-name

 

Step 3: Create a New Branch

 

Always work in a feature branch to keep changes organized:

  • Use a descriptive branch name that reflects the work you’re doing (e.g., feature/add-login or bugfix/fix-typo).
Run:

git checkout -b feature/your-branch-name

 

Step 4: Make Changes and Commit

 

Edit files as needed in your code editor. When ready to save your work:

  • Stage the files you’ve changed:

git add path/to/file1 path/to/file2
  • Commit with a clear message:

git commit -m "Short description of changes"

 

Step 5: Push Your Branch to GitHub

 

Send your local branch up to your remote fork:


git push origin feature/your-branch-name

 

Step 6: Open a Pull Request

 

On GitHub:

  • Navigate to your forked repository.
  • Switch to your newly pushed branch.
  • Click the Compare & pull request button.
  • Fill in the title and description, explaining what your changes do and why.
  • Choose the original repository’s branch (usually main or master) as the base.
  • Click Create pull request.

 

Step 7: Review, Address Feedback, and Merge

 

  • Wait for maintainers to review your PR.
  • Make additional commits to your branch to address feedback; they’ll auto-appear in the PR.
  • Once approved and CI checks pass, click Merge pull request.
  • Optionally, delete your feature branch both locally and on GitHub:

git branch -d feature/your-branch-name
git push origin --delete feature/your-branch-name

Want to explore opportunities to work with us?

Connect with our team to unlock the full potential of no-code solutions with a no-commitment consultation!

Book a Free Consultation

Client trust and success are our top priorities

When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.

Rapid Dev was an exceptional project management organization and the best development collaborators I've had the pleasure of working with. They do complex work on extremely fast timelines and effectively manage the testing and pre-launch process to deliver the best possible product. I'm extremely impressed with their execution ability.

CPO, Praction - Arkady Sokolov

May 2, 2023

Working with Matt was comparable to having another co-founder on the team, but without the commitment or cost. He has a strategic mindset and willing to change the scope of the project in real time based on the needs of the client. A true strategic thought partner!

Co-Founder, Arc - Donald Muir

Dec 27, 2022

Rapid Dev are 10/10, excellent communicators - the best I've ever encountered in the tech dev space. They always go the extra mile, they genuinely care, they respond quickly, they're flexible, adaptable and their enthusiasm is amazing.

Co-CEO, Grantify - Mat Westergreen-Thorne

Oct 15, 2022

Rapid Dev is an excellent developer for no-code and low-code solutions.
We’ve had great success since launching the platform in November 2023. In a few months, we’ve gained over 1,000 new active users. We’ve also secured several dozen bookings on the platform and seen about 70% new user month-over-month growth since the launch.

Co-Founder, Church Real Estate Marketplace - Emmanuel Brown

May 1, 2024 

Matt’s dedication to executing our vision and his commitment to the project deadline were impressive. 
This was such a specific project, and Matt really delivered. We worked with a really fast turnaround, and he always delivered. The site was a perfect prop for us!

Production Manager, Media Production Company - Samantha Fekete

Sep 23, 2022