Coder Social home page Coder Social logo

hardikpanwar / hacktoberfest_starter_2k23 Goto Github PK

View Code? Open in Web Editor NEW
24.0 1.0 40.0 829 KB

Welcome to the Starter Repository!! πŸš€πŸ“š This is a tutorial repo tailored for students who are new to open source and want to explore how to contribute in open source. πŸ˜ƒ

hacktoberfest first-contribution first-issue first-pull-request-and-commit git github hacktoberfest2023 issues open-source pull-request

hacktoberfest_starter_2k23's Introduction

Hacktoberfest_Starter_2k23 β­πŸ‘‰πŸ»(Make your First Pull Request)

Contributors to this Repository πŸ’»πŸ’»πŸ‘₯

What is Hacktoberfest ?

  • Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR).

How to participate ?

  • Register yourself on official website of Hacktoberfest.

  • In October, make 4 contributions to open source projects on GitHub.

  • Choose beginner-friendly issues.

  • Follow project guidelines and submit pull requests (PRs) with clear descriptions.

Instructions for PR Approval πŸ‘βœ…

  • First Star⭐ this Repository.

  • Second Fork this Repository using the button at the top on the right corner

  • Clone this repository using this command ("Using command :- git clone ")

git clone https://github.com/HardikPanwar/Hacktoberfest_Starter_2k23.git
  • Create a new branch of your name to make changes and modification.
git checkout -b <YOUR-NAME>
  • Add your Images in assets/Images folder
assets/Images/<YOUR_IMAGE>.png 
  • Create a Readme.md file of your name (Example .md) at Path .
contributors/Participants/<YOUR-NAME>.md
  • The content you have to add on your file is below :-
---
Name: Your Name
Email:- Your Email
University/College Name:- Institution name
Github Username :- Your Username
Skills:- Your Skills (optional)

About yourself (Short Introduction of yourself)
---
  • Then add your files using
git add .
  • Commit
git commit -m "Added My Details"
  • Push
git push origin <YOUR-NAME> 
  • Create a New Pull Request (PR) from your Forked Repository

To Avoid the Conflict (While Syncing your fork repo)

For more information take reference of this article.

➑ An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/s-bhalode/Hacktoberfest_starter_2k23.git

➑ You can verify that the new remote has been added by typing

git remote -v

➑ To pull any new changes from your parent repo simply run

git merge upstream/master

+ πŸ«‚ Follow me to get faster PR Approval βœ…βœ…βœ…

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.