/GitHub-PR

A test repository to learn how to make Pull Requests for beginners.

GitHub-PR

A test repository to learn how to make Pull Requests for beginners . ##Steps to contribute

  • Fork the repository.
  • Clone the forked repo on your local machine.
  • Add a file named "Your-Name".py/.c/.js/.cpp
  • Add the file using git add
  • Commit the file using the git commit -m "Commit Message"
  • Push the code using the command git push origin master
  • Make a Pull Request from the "New Pull Request" option on the forked Repository Page.