HACKTOBERFEST-2021-WEB-DEV
Beginner-Hacktoberfest
Need Your first pr for hacktoberfest 2k21 ? come on in
About
This is repository of Responsive Portfolio for Hacktoberfest 2021. Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors.
Visit website
❓
What's Hacktoberfest 2021?
Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean and DEV this year in 2021.
During the entire month of October 2021, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.
If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).
👕
Why Should I Contribute?
Hacktoberfest has a simple and plain moto.
Support open source and earn a limited edition T-shirt!
So, yes! You can win a T-Shirt and few awesome stickers to attach on your laptop. On plus side, you will get into beautiful world of open source and get the international exposure.
Wait there's more!
👍
This is Awesome! How Can I Contribute?
Don't know how to start of open source and Contribute to our Open Source Project ? Welcome to the world of hacking!
The steps to follow to contribute to any projects:
-
install it.
If you don't have git on your machine, -
Fork this repository
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
-
Clone the repository
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "url you just copied"
-
Add a upstream link to main branch in your cloned repo
git remote add upstream <original repository>
-
Keep your cloned repo upto date by pulling from upstream
This will also avoid any merge conflicts while committing new changes
git pull upstream main
-
Create your feature branch
Always create new branch
git checkout -b <feature-name>
-
Track your changes
git add .
-
Check for your changes.
git status
-
Commit all the changes
Write commit message as "Small Message"
git commit -m "Write a meaningfull but small commit message"
-
Push the changes for review
git push origin <branch-name>
-
Create a PR on Github.
Just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing
🔥
What will happen after my contribution?
I have created a simple page to display all contributors list here, your name should appear shortly after the pull request is merged.
❓
What I have to do?
You can add any codes in any language by creating its respective folder (if already not available).