Skip to content

raw4321/HacktoberFest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest

Follow me to have your PR accepted quickly

here
Hacktober Badge Hacktober Badge Star Badge Contributions

This repository is mainly open to those who are looking to make some PR for the Hacktoberfest event, and to get started with GitHub and the open-source world.

Click here to register : https://hacktoberfest.com/

Why contribute to this repository

  • Beginner-friendly

  • Create your first Pull Request on GitHub

  • Start with any problem of your choice on LeetCode. Mention the Question link and also mention Time and Space complexity of your solution.

  • Chance of receiving a T-Shirt for participating in the Hacktoberfest

Getting started

  • 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.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • 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)
  • Wait for your PR review and merge approval!

How to Contribute

  • For contributions in this repository, please read CONTRIBUTING.md first. (Please pull the changes from this repo if you have already forked the repository and are facing conflicts)

Learning Resources

Creating a pull request

Learn the Git basics

Thanks for visiting!

Regards, Shrivis

Linkedin CodeChef Leetcode Leetcode

About

hacktoberfest

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • Python 3.7%