- Goto Hacktoberfest site and Sign Up with your Github Account
- Goto Contribution Folder.
- Create a new folder in your Github username
- Goto Bottom of the page, On Commit changes check the checkbox Create a new branch for this commit and start a pull request and Click on Propose File Change Button
- On next page click on Create Pull Request
- Your Pull Requested will be accepted within an hour
- After getting your PR accepted Goto your folder and add the source code of a program coded by yourself
- Goto Bottom of the page, On Commit changes check the checkbox Create a new branch for this commit and start a pull request and Click on Propose File Change Button
- On next page click on Create Pull Request
- Repeat steps 7-9 by adding source code of different programs and Check your Progress in Hacktobefest site
- Add genuine Pull Request as given in the Instruction
- Genuine PR's will be merged to the repo and you will be added as a Contributor in the site
- Spam PR's requested will not be counted by the Hacktoberfest and will not be merged to repo
- Follow the Instructions strictly
- Fork this repo (button on top)
- Clone on your local machine
git clone https://github.com/IODevelopers/hacktoberfest.git
cd hacktoberfest/contribution
git checkout -b my-new-branch
mkdir your-github-username
cd your-github-username
//Add the source code of your program here
git add .
git commit -m "your-commit-msg"
git push origin my-new-branch
- Create a new pull request from your forked repository