Skip to content

baekusboo/event-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

CodeRizz: Hacktoberfest 2023 Edition

Verify installations

  1. Open vscode > go to Terminal > New Terminal > Type the commands
  2. $ git --version
    
  3. $ git config --global --list
    
  4. Error? To configure your Git Login, we will need to set your username and email address in Git. Open the terminal and enter these commands:

Set username in Git.

git config --global user.name "yourusername"

Set an email address in Git.

git config --global user.email "email@youremail.com"

Add the email address to your GitHub account.

Repeat step 3 to verify.

Register for Hacktoberfest 2023

https://hacktoberfest.com/

Extensions

  1. Live Server

Open-source projects to contribute for beginners to practise

  1. https://github.com/baekusboo/music-website.git
  2. https://github.com/Jayesh-JainX/Hacktoberfest-23
  3. https://github.com/Ananyasingh2002/Hacktoberfest2023.git
  4. https://github.com/H-Maurya/HarryPotter-x-Hacktoberfest
  5. https://github.com/GabeNedden/contribute
  6. https://github.com/Co-Contribute-OpenSource/DevOps
  7. https://github.com/Your-First-Open-Source-Project/main-website
  8. https://github.com/dev-AshishRanjan/Idea-Arca

Do-Read-for-Swags

  1. hacktoberfest2023/README.md
  2. https://www.hacksquad.dev/#qa
  3. https://cloudinary.com/blog/hacktoberfest-celebrate-open-source-sdks
  4. https://hacktoberfestswaglist.com/list/#swag-list-2023

Process to Contribute

  1. Find the right repo with #hacktoberfest label to contribute

  2. Fork it

  3. Clone it

    git clone https://www.github.com/username/repo-name
    
  4. Make changes in code files

  5. Push it

    git init
    
    git add .
    
    git commit -m "Commit message"
    
    git push origin main
    
    git status
    
  6. Raise Pull Request/ Merge Requests (PRs/MRs)

  7. Wait for your PR/MR to be merged by the maintainer

  8. Congrats you just completed your first contribution!

About

Happy about Hacktoberfest? So are we! Register to hack with us on Oct 14th, 2023! The Coderizz Coding Club presents HacktoberFest 2023 Edition, an interactive event organized with the primary goal of introducing students and the next generation of developers to the exciting world of open-source contributions. This repo is used for instructions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors