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 existing code, paste it, and make the following changes:
- Add your image to the
assets/imagesfolder and update thesrcin theimgtag - 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.
-
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
masterbranch. -
Wait for your PR review and merge approval!
-
Star this repository and follow me if you had fun! ⭐️