Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.55 KB

howToMakeAPr.md

File metadata and controls

20 lines (17 loc) · 1.55 KB

Is it your first time contributing to 💻Open source?:smiley:
Does it all seems overwhelming? 😵
Fear not because this tutorial will teach you how to create your first pull request. 😎

How to make a Pull Request? 😏

  1. Navigate ➡️ to the main page of the project you would like to work on.

  2. Click on the branch option and select the branch to which you have pushed your commits.



  3. Click on New Pull Request option to the right ➡️ of the branch option.



  4. Use the base branch dropdown menu 🔽 to select the branch you'd like to merge your changes into, then use the compare branch drop-down menu to choose the topic branch you made your changes in.



  5. Fill in the title and description 📝 for your pull request.



  6. Click on Create Pull Request.



Now your Pull Request is ready to be merged! Cheers! Go rock the world!:globe_with_meridians::smiling_imp:

Source