Skip to content

mlsamsit/Your-first-pull-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Your First Pull Request

A guide to making your first open-source contribution.

Steps for Open Source Contribution

  1. Fork a Repository

    • Click the "Fork" button on the repository's GitHub page.
  2. Clone the Repository

    • Clone the forked repository to your local machine using:
      git clone <repository-url>
  3. Make Changes

    • Implement the necessary changes or add new features.
  4. Stage the Changes

    • Stage your changes using:
      git add .
  5. Commit the Changes

    • Commit your changes with a descriptive message:
      git commit -m "Describe your changes"
  6. Push the Changes

    • Push your changes to the forked repository:
      git push
  7. Create a Pull Request

    • Go to the original repository on GitHub and click "New pull request".
  8. Congratulations!

    • You have created your first pull request. 🎉

About

Steps for open source contribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors