Let's participate in Hacktoberfest and contribute to open-source. Star the repo and open a PR to get accepted.

Overview

Desktop BG 4K Dark Mode-min-2

Let's Contribute To Open-source

First Contributions

This project aims to simplify and guide the way, beginners can make their first contribution towards open-source. If you are looking to make your first contribution, follow the steps below.

Sign-up for Hacktoberfest

To participate in Hacktoberfest, signup on Hacktoberfest Website using your GitHub or GitLab account.

Fork this repository

Tip : Complete this process in GitHub (in your browser)

flowchart LR
    Fork[Fork the project]-->branch[Create a New Branch]
    branch-->Edit[Edit file]
    Edit-->commit[Commit the changes]
    commit -->|Finally|creatpr((Create a Pull Request))
    

Fork this repository by clicking on the fork button on the top of this page or you can just simply click here. This will create a copy of this repository in your account.

Install Git

Install git and setup in your computer. Download and install it from here. Or you can make changings on the GitHub too.

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

where url_you_just_copied is the url to this repository (your fork of this project). See the previous steps to obtain the url.

For example:

git clone https://github.com/your-username/Hacktoberfest.git

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

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd Hacktoberfest

Now create a branch using the git switch command:

git switch -c your-new-branch-name

For example:

git switch -c add-ehmad-saeed

Make your changes and commit those changes

Now open Contributors.md file in a text editor, add your name and GitHub profile URL to it. Now, save the file.

For example:

- [Your Good Name](https://github.com/ehmadsaeed)

If you go to the project directory and execute the command git status, you'll see there are some 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 the Contributors list"

replacing your-name with your username.

Push changes to GitHub

Push your changes using the command git push:

git push origin -u your-branch-name

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

Create a PR for review

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

Soon I'll be merging all your changes into the main branch of this project and adding hactoberfest-accepted tag to your PR. You will get a notification email once the changes have been merged.

What's next?

Congrats! You just completed the standard fork -> clone -> edit -> pull request workflow that you'll often encounter as a contributor! Now you can search for beginner-friendly and good first issue tags on GitHub and contribute to those projects.

Happy coding! 🎉

Awesome contributors 🤩

Made with contributors-img.

🔑 License & Conduct

You might also like...

A Mindustry mod that is public for anyone to contribute. Star the mod for access.

Star the mod and I will add you as a contributor. Rules for contributors Only delete or edit content if you have permission, or if you made the conten

Jul 25, 2022

An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web

An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web

Feel free to contribute! Where? http://www.jstherightway.org Why? Today we have a bunch of websites running JavaScript. I think we need a place to put

Jan 1, 2023

CONTEST 11: 🥳 #profileathon-22🥳contribute to this repo by adding your participation profile to the hacktoberfest2022

Profileathon Happy Hacktoberfest! Hacktoberfest is back 🔥 Profileathon is a list of profiles of Hacktoberfest 2022 participants. Link to webpage: htt

Oct 29, 2022

Subscribe My YT And Give Star This Repo ⭐

Subscribe My YT And Give Star This Repo ⭐

Hyzer Official Chat Saya Jika Ingin Menanyakan Sesuatu Ambil Session Disini Buka Linknya Disini Untuk Tutorialnya Liat Dan Subscribe Here Preview bot

Dec 23, 2022

Whatsapp BOT Multi Device menggunakan module baileys-md. Give this repo a star 🌠⭐🌟

README English Version • About • Installation • Thanks to • Donate Official Group Bot • Settings About Anon-BOT adalah pengembangan sourcecode yang be

Sep 26, 2022

A website where all the members can participate and ask questions. anybody can comment and give the answer.

A website where all the members can participate and ask questions. anybody can comment and give the answer. if the creator of the question feels that answer is correct then he/she can mark the answer as correct. The project is under construction. Open source contributions are most welcome.🙌

Dec 19, 2022

Monorepo project that shows the current weather data and weather forecast for next 7 days. Created from scratch to participate in a 14-days hackathon.

Monorepo project that shows the current weather data and weather forecast for next 7 days. Created from scratch to participate in a 14-days hackathon.

Climatic Monorepo project that shows the current weather data and weather forecast for next 7 days. Created from scratch to participate in a 14-days h

Jun 23, 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

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
  • Text Detector 📜🔍

    Text Detector 📜🔍

    Text Detection 🔍📃

    please check the repo and Accept the PR

    • In this project, I have used Python and its OpenCV to catch the images and for detection of the text, pytesseract was used.
    • It works well you can use it anywhere just clone it in a system with python.

    image

    hacktoberfest-accepted 
    opened by kirankuyate2157 1
  • Stirling Approximation

    Stirling Approximation

    Program for Stirling Interpolation Formula Stirling Approximation or Stirling Interpolation Formula is an interpolation technique, which is used to obtain the value of a function at an intermediate point within the range of a discrete set of known data points . Stirling Formula is obtained by taking the average or mean of the Gauss Forward and Gauss Backward Formula . Both the Gauss Forward and Backward formula are formulas for obtaining the value of the function near the middle of the tabulated set .

    hacktoberfest-accepted 
    opened by EishaButt 0
Owner
Ehmad Saeed⚡
β MLSA || Full Stack Developer - React.js Next.js Node.js Nest.js || Former Flutter Lead @dscuet
Ehmad Saeed⚡
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
Want to *contribute* to *open source*? Participate in **HacktoberFest 2022** *Beginner friendly* *First Timer*

# HacktoberFest 2022 (No Longer Participating in hacktoberfest) THIS REPO IS NO LONGER CONSIDERED IN HACKTOBERFEST. YOU CAN STILL USE THIS REPOSITORY

Jitender Singh Chhapola 5 Nov 12, 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
Shikhar 4 Oct 9, 2022
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
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 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
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
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
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

Google Developer Students Club - Galgotias University 12 Oct 30, 2022