This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. 💻 🎯🚀

Overview

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW


Beginner-Hacktoberfest

Need Your first pr for hacktoberfest 2k22 ? come on in

About

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors.
Visit website


What's Hacktoberfest 2022?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean and DEV this year in 2022.

During the entire month of October 2022, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).



👕 Why Should I Contribute?

Hacktoberfest has a simple and plain moto.

Support open source and earn a limited edition T-shirt!

So, yes! You can win a T-Shirt and few awesome stickers to attach on your laptop. On plus side, you will get into beautiful world of open source and get the international exposure.
Wait there's more!



👍 This is Awesome! How Can I Contribute?

Don't know how to start of open source and Contribute to our Open Source Project ? Welcome to the world of hacking!

The steps to follow to contribute to any projects:

  1. If you don't have git on your machine, install it.

  2. Fork this repository

    Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

  3. Clone the repository

    Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

    Open a terminal and run the following git command:

    git clone "url you just copied"
    
  4. Add a upstream link to main branch in your cloned repo

    git remote add upstream <original repository>
    
  5. Keep your cloned repo upto date by pulling from upstream

    This will also avoid any merge conflicts while committing new changes

    git pull upstream main
    
  6. Create your feature branch

    Always create new branch

    git checkout -b <feature-github username>
    
  7. Add your awesome Personel Project in Projects dicrectory according to the techstack that you have used.

  8. Fill this block with necessary info of yourself.

    "name": {YOUR_NAME},
    "batch": {YOUR_BATCH_COMMENCEMENT_YEAR},
    "picture_url": {PICTURE_CDN_URL},
    "personel_project": {YOUR_PERSONEL_PROECT's_LINK},
    "github": {YOUR_GITHUB_PROFILE_LINK},
    "linkedin": {YOUR_LINKEDIN_PROFILE_LINK},
    "quote": {QUOTE_WHICH_DEFINES_YOU}
    
  9. To get your PICTURE_CDN_URL head over to https://imgbb.com/ and upload one of your nice looking image and get's it's url

  10. Add the above filled block to the data array in data.json file

  11. Track your changes

```
git add data.json
```
  1. Check for your changes.

```
git status
```
  1. Commit all the changes

Write commit message as "Small Message"
```
git commit -m "Add {YOUR_GITHUB_USERNAME} information"
```
  1. Push the changes for review

    git push origin <branch-name>
    
  2. Create a PR on Github.

    Just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing
    

🔥 What will happen after my contribution?

Your name should appear shortly in Contributor list down after the pull request is merged.


Our valuable Contributors :

You might also like...

Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

May 18, 2022

Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

May 3, 2022

Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

Jan 3, 2023

Hacktoberfest 2022 Is Awesome🔥

Hacktoberfest 2022 Is Awesome🔥

Hacktoberfest 2022 Is Awesome 🔥 This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳

Nov 1, 2022

Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star

Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star

Hacktoberfest2022 Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star Quality of Pull Reque

Oct 30, 2022

A community website built by the community for the community (Hacktoberfest 2022) :tada:

A community website built by the community for the community (Hacktoberfest 2022) :tada:

Hacktoberfest 2022 🔥 : Built by the community for the community! This repository is an initiative which aims to help beginners kickstart their open-s

Oct 12, 2022

A project where you can keep track of your goal's progress, and contribute to open source in the same time.

A project where you can keep track of your goal's progress, and contribute to open source in the same time.

Asakatsu-Website A project where you can keep track of your goal's progress, and contribute to open source in the same time. AsaKatsu is a Japanese te

Dec 27, 2022

A great result management solution for schools, hospital, academy and other. If you are a php developer, contribute to this respository for more advancement of the project.

A great result management solution for schools, hospital, academy and other. If you are a php developer, contribute to this respository for more advancement of the project.

result-management-pro A great result management system for schools, hospital, academy and more. Contributions Willing to add more features to this gre

Jun 17, 2022
Comments
  • Add Project: Mini Ipod App - ReactJS

    Add Project: Mini Ipod App - ReactJS

    This Pull Request adds the Project: Mini Ipod App - ReactJS into the folder "Projects / Web Development"

    Absolute Path: ./Projects/Web Development/Mini Ipod App - ReactJS

    This PR will merge the Branch Ayush-Kanduri-React into the main Branch.

    This project uses ReactJS Techstack.

    hacktoberfest hacktoberfest-accepted 
    opened by Ayush-Kanduri 2
  • Add satendragangwar information

    Add satendragangwar information

    I have added a react project . Which convert upperacse character to lowercase and vice versa and count number of characters and words and remove extra spaces. hactoberfest

    hacktoberfest hacktoberfest-accepted 
    opened by satendragangwar 1
  • feat:fix:  added Gaurav-Verma07 and fixed a minor bug in index.js

    feat:fix: added Gaurav-Verma07 and fixed a minor bug in index.js

    Hii, I've added my project cardgame. and also fixed a minor bug in index.js line 62 to open the project tab upon click. Please review and merge accordingly. Thanks.

    hacktoberfest hacktoberfest-accepted 
    opened by Gaurav-Verma07 1
Owner
Official GitHub organization for the Google Developer Student Clubs - IET LUCKNOW
null
Shikhar 4 Oct 9, 2022
Participate in Hacktoberfest by contributing to any GitHub Open Source project! Here's a project for first-time contributors. #hacktoberfest

?? HacktoberFest Starter Project This project can be used to make your first contribution to an open source project on GitHub. Before you do the real

Samuel Akinosho 3 Nov 6, 2022
Reddit Page CLONE using Angular! A repository to contribute at hacktoberfest 2022. Make sure to share love by giving it a star.🌟 Have a great day!

Reddit_tool Reddit Site CLONE using Angular, Springboot and Swagger OpenAI ! Introduction This project was developed with the following technologies:

Momo-Solaris8 4 Oct 20, 2022
Contribute in this repository by raising genuine PR. Get verified, merged and earn the free swags from Hacktoberfest 2022.

Webd-and-Blockchain-development Welcome to Hacktober Fest 2022 • EVERYONE IS WELCOME ✨ • Contribute anything in In web-development and blockchain-deve

Abhishek Rawat 13 Dec 29, 2022
Contribute on this repository with VALID PRs to HACKTOBERFEST-2022 and earn amazing swags!

LINK- https://rbshop.netlify.app/ Hacktoberfest2022 You can make folders of programming languages and also you can contribute in the repo's below. Fee

Ranodeep Banerjee 17 Oct 25, 2022
Let's participate in Hacktoberfest and contribute to open-source. Star the repo and open a PR to get accepted.

Let's Contribute To Open-source First Contributions This project aims to simplify and guide the way, beginners can make their first contribution towar

Ehmad Saeed⚡ 5 Dec 3, 2022
Hacktoberfest is Digital ocean's annual event that encourages people to contribute to open source throughout October.

Hactoberfest 2022 For contributions to web-based projects for Hacktoberfest 2022, please use this public repository. This is React application make su

GDSC AIT Pune 5 Oct 10, 2022
This repo has demos, content and documentation of javascript concepts and syntax, in their simplest form. Contribute by sharing your understanding of javascript! Hacktoberfest Accepted!

javascript-documentation open-source hacktoberfest2022 Submit your PR to this javascript-documentation repo ?? ?? ❗ This repo has some of my javascrip

Austin Lynch 7 Nov 2, 2022
Intermediate HTML-CSS-JS Repository to promote Open Source Contribution for Hacktoberfest 2022

Fun-with-JS ?? This project is a sincere attempt by MSTC, DA-IICT to encourage Open Source contribution. Make the best out of the ongoing Hacktoberfes

MSTC, DA-IICT 3 Dec 9, 2022
Grayce Muthui 8 Jun 16, 2022