Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.14 KB

File metadata and controls

60 lines (46 loc) · 2.14 KB

Hacktoberfest-2022-first-contribution 📝

This is the repository for beginners so that they can use this repository to make their first contribution to an open source project on GitHub. Beginner's can practice making first pull request to a public repository before doing the real thing!


Contribution is Excluded

Hey there! If your contribution is excluded for this repository, then please visit the repository Ruby Rocks for contribution to hacktoberfest. It contains a plenty of beginner's friendly issues accepted for hacktoberfest.

Have fun!


How to contribute to this project 🧑‍💻

Copy the existing code, paste it, and make the following changes:

  • Add your image to the assets/images folder and update the src in the img tag
  • Add your name
  • Add your position/designation/university
  • Add your GitHub and LinkedIn links

Once done, create a pull request (ensure your base branch is master) and wait for it to be reviewed and merged.

You can also request to be assigned to an existing issue or open a new one.


Getting started 🏁

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)

  • Clone your fork down to your local machine

    git clone https://github.com/your-username/hacktoberfest-2022-first-contribution.git
  • Create a branch

    git checkout -b branch-name
  • Make your changes

  • Commit and push

    git add .
    git commit -m 'Commit message'
    git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo) - Please make sure you made pull request from the master branch.

  • Wait for your PR review and merge approval!

  • Star this repository and follow me if you had fun! ⭐️


OUR VALUABLE CONTRIBUTORS✨

OUR VALUABLE CONTRIBUTORS