Want to *contribute* to *open source*? Participate in **HacktoberFest 2022** *Beginner friendly* *First Timer*

Overview

# HacktoberFest 2022 (No Longer Participating in hacktoberfest)

  • THIS REPO IS NO LONGER CONSIDERED IN HACKTOBERFEST.
  • YOU CAN STILL USE THIS REPOSITORY TO LEARN ABOUT THE HOW TO GET STARTED IN CONTRIBUTING OPEN SOURCE & BASICS OF GIT.
  • THE MAIN PURPOSE OF THIS REPO WILL REMAIN THE SAME- TO HELP THE BEGINNERS IN STARTING THEIR JOURNEY IN OPEN SOURCE.
  • ALL THE PR AND ISSUES RAISED CAN STILL BE MERGED.

This project aims to help the beginners to contribute to the open source.

Don't forget to spread love and if you like give us a ⭐️

Hacktoberfest 2022

After completing all the below tasks your details will be published on this website:

Hacktoberfest

What is Hacktoberfest?

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.

fork this repository

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

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.

Clone the repository

clone this repository

Now the next step clonning, 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"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

copy URL to clipboard

For example:


git clone https://github.com/this-is-you/HacktoberFest.git

where this-is-you is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.

Create a branch

Now go to the directory where you have taken the checkout:


cd HacktoberFest

Now create a branch using the git switch command:


git switch -c your-new-branch-name

For example:


git switch -c firstContribution

Make necessary changes and commit those changes

1. Add your name (First Contirbution)

Now open Contributors.md file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.

git status

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command:


git add Contributors.md

Now commit those changes using the git commit command:


git commit -m "Add <your-name> to Contributors list"

replacing <your-name> with your name.

Push changes to GitHub

Push your changes using the command git push:


git push origin -u <add-your-branch-name>

replacing <add-your-branch-name> with the name of the branch you created earlier.

If you get any errors while pushing, click here:
  • Authentication Error

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.

fatal: Authentication failed for 'https://github.com//first-contributions.git/'

Go to GitHub's tutorial on generating and configuring an SSH key to your account.

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

create a pull request

Now submit the pull request.

submit pull request

Congrats you have succesfully raised your first PR

Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Where to go from here?

You just completed the standard fork -> clone -> edit -> pull request workflow that you'll encounter often as a contributor!

2. Add your profile pic

Now go to the MyFirstContribution/userImageData

Here you have to add the profile pic that is being shown in the website.

Just add your profilepic with your Github username

Now Add, Commit with meaningful message.

3. Add your data to show the card on the website

Now go to the MyFirstContribution/script.js

Add your details to the script.js file

Now Add, Commit with meaningful message, raise PR. Note: Please raise a PR containing all the above three tasks.

Congrats, You have successfully contributed, now you can see your card will appear on the below website after successfully merging of your PR. Celebrate your contribution and share it with your friends and followers by going to Hacktoberfest

Ref: Firstcontributions

Keep Contributing!!

Project Contributors

You might also like...

A web scraping / data mining script for extracting beginner-friendly github repos from Y Combinator's company database

A web scraping / data mining script for extracting beginner-friendly github repos from Y Combinator's company database

Nov 24, 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

Intermediate HTML-CSS-JS Repository to promote Open Source Contribution for Hacktoberfest 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

Dec 9, 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

Nov 2, 2022

⚡ the first open-source redis client made with care and acessibility-first 🚀

⚡ Redis UI The first open-source project to create an awesome and accessible UI for Redis as a native desktop application. ✨ 🦄 🚀 How to develop loca

Dec 5, 2022

This project entails a To-do-List whereby a user can input the tasks they want to do, check the tasks done and also clear all tasks when all of them are completed. It is efficient for a user who want to manage their time and keep track of their day.

This project entails a To-do-List whereby a user can input the tasks they want to do, check the tasks done and also clear all tasks when all of them are completed. It is efficient for a user who want to manage their time and keep track of their day.

Screenshot Here is a screenshot for the project. To-Do-List Project This is a Microverse project that entails a to-do-list which one is able to add an

Jun 16, 2022

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

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
Comments
  • Animate the title on hovering

    Animate the title on hovering

    Enhancement: Animate the word 'First' on hovering in the website title. Create any cool animation when we hover on the word 'First'.

    eg-Create an animation in which each alphabet of the word jumps or dances when we hover on that. This is just an example, you can use your own imagination or can implement the same.

    enhancement help wanted hacktoberfest Beginner 
    opened by niteshjitender 9
  • Responsives of the website.

    Responsives of the website.

    The site is not responsive for the mobile application. Margin/Padding is not considered properly. Logo Image(HACOTBERFEST) is not visible in mobile application. Contributors section shifting towards right.

    Proposal

    I will make the site responsive for both application. Margin/Padding will be done properly. Logo image will be visible. Contributors section will be shift to center.

    enhancement help wanted good first issue hacktoberfest Beginner 
    opened by Namanb454 7
  • Added Contributors section in Readme #10

    Added Contributors section in Readme #10

    Hello @niteshjitender I had added Contributors section in readme file title as "Project Contributors" Hope you will like it . Please merge my pull request.

    Minor Change 
    opened by aritroo 1
  • On hovering link must be highlighted.

    On hovering link must be highlighted.

    Improvement: The username field link is not highlighted, it must be highlighted (The color of the link must be changed when the user hovers the cursor on it). Note: Highlighted color should match according to the theme of the website.

    enhancement help wanted good first issue hacktoberfest Beginner 
    opened by niteshjitender 8
Owner
Jitender Singh Chhapola
Jitender Singh Chhapola
This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. 💻 🎯🚀

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

null 8 Oct 29, 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
Shikhar 4 Oct 9, 2022
A beginner friendly hacktoberfest2022 repo made lately to accept valid open source contribution.

Hacktoberfest2022 A hacktoberfest2022 repo made lately to accept valid open source contribution. What is Hacktoberfest? Hacktoberfest is digitalocean’

One Teacher One 5 Oct 20, 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
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
Contribute code, meet community members, participate in workshops, and win more SWAG 🚀

Welcome to Hacksquad 2022! Contribute code as a team, meet community members, participate in workshops, and win SWAG With the fantastic atmosphere of

Novu 57 Dec 21, 2022
The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects!

Web-dev-mini-projects The repository contains the list of awesome ✨ & cool web development beginner-friendly ✌️ projects! Web-dev-mini-projects ADD AN

Ayush Parikh 265 Jan 3, 2023