Skip to content

ravikr126/HacktoberFest2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest2020

Contribute to hacktoberfest 2020

Welcome to HacktoberFest 2020 Public Repository.

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/


Process are as follows :-

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

How to Contribute to this repository

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-username/HacktoberFest2020.git
  • change the present working directory
cd HactoberFest2020
  • Pick a project or make a new one
  • Make a new branch
git checkout -b branch-name
  • Make change in the repository with the new branch.
  • Add this to the CONTRIBUTORS.md file
<td align="center"><a href="YOUR_WEBSITE"><img src="YOUR_PICTURE" width="100px;" alt=""/><br /><sub><b>Your NAME</b></sub></a><br /></td>
  • push the changes.
git add .
git commit -m "Your commit Message"
git push origin brach-name
  • Make a pull request.

Checkout The Wall Of Contributions

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • Java 1.4%
  • Other 1.2%