Skip to content

blackbird71SR/Intro-to-Hacktoberfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Introduction to the Annual Hacktoberfest!

Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in partnership with GitHub and Twilio.

  • Hacktoberfest is open to everyone in our global community!
  • Five quality pull requests must be submitted to public GitHub repositories.
  • You can sign up anytime between October 1 and October 31.

How do I get started?

It's really simple...you have to follow few steps to get into the challenge.

  1. Go to Hacktoberfest website or just google Hacktoberfest.
  2. Then make sure that you have a valid GitHub account.
  3. From the Hacktoberfest website signup for the challenge using your GitHub account.
  4. Start hacking before the end of october.

How do I track my progress?

Log in with your GitHub account at https://hacktoberfest.digitalocean.com/ to check your progress and stats.

Event details

  1. Hacktoberfest is open to everyone in our global community!
  2. Pull requests can be made in any GitHub-hosted repositories/projects.
  3. You can sign up anytime between October 1 and October 31.

Rules

To get a shirt, you must make five pull requests between October 1–31 in any timezone. Pull requests can be to any public repo on GitHub, not just the ones we’ve highlighted. The pull request must contain commits you made yourself. Pull requests reported by maintainers as spam or that are automated will be marked as invalid and won’t count towards the shirt.

Tips:

When it comes to open source Hacktoberfest labeled projects, You will find a huge variety of projects from beginner level to expert as well as from many different languages. So, you can move with whatever programming language that you are good in.

Get Started and enjoy open source hacking! 🎉

How to Contribute to this rpository

Instructions

  • Star this repository using 'Star' button on the top.
  • Click on Fork Repository using the 'Fork' button on the top.
  • Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support : git clone url
  • Now create a new branch with this command: git branch branchname and then use that branch by this command: git checkout branchname
  • Go ahead and make changes
  • You can add your details in contributors.md file.
  • After making changes use this command to add the changes: git add filename, and then git commit -m "message here"
  • After that use this command: git push origin branchname
  • Create a pull request, and wait for Pull Request to get merged.

Also make sure to star the repository.

Open Source repositories on Github to contribute :

  1. https://github.com/winuall/startup-quotes
  2. https://github.com/firstcontributions/first-contributions
  3. https://hacktoberfest.digitalocean.com/#projects
  4. https://github.com/Omkar-Ajnadkar/Programming-Quotes
  5. https://github.com/Omkar-Ajnadkar/Hello-World