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!
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!
Copy the code already present, paste it and make the following changes.
- Add your image in assets/images folder, and add the src in img tag.
- Add your name
- Add your position/designation/university.
- Add your github and linkedin links.
- Make a pull request for your work(please make sure you've created the pull request from master branch or your base branch is master) and wait for it to be merged! There are issues, which are already present, you can ask permission to assign issues to you. OR you can open an issue!
-
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! ⭐️