Giter Site home page Giter Site logo

laxmipatidar0823 / hacktoberfest-2023 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from s-bhalode/hacktoberfest-2023

0.0 0.0 0.0 124 KB

πŸŽ‰ Welcome to the Hacktoberfest 2023 Celebration Repository! πŸŽ‰ Join us in contributing to open source and celebrating the spirit of Hacktoberfest! This repository is open to all skill levels, from first-time contributors to seasoned developers. Share your expertise, collaborate with others, and earn cool swag along the way!

hacktoberfest-2023's Introduction

πŸŽƒHacktoberfest_starter_2k23 ➑ First Pull Request 🌟🌟🌟

Contributors πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

Contribution Rules πŸ‘‡πŸ‘‡

πŸ›‘ You are allowed to make pull requests that break the rules. We just merge it.
πŸ›‘ Do NOT add any build steps e.g npm install (keep this as a simple static site).
πŸ›‘ Do NOT remove other content.
πŸ›‘ Add your name to the contributorsList file.
πŸ›‘ Try to keep pull requests small to minimize merge conflicts

Geting Started😁😁:

βœ” Star mark this repo.
βœ” Fork this repo.
βœ” Clone on your local machine

git clone https://github.com/s-bhalode/Hacktoberfest_starter_2k23.git

βœ” Navigate to project directory.

cd Hacktoberfest_starter_2k23

βœ” Create a new branch

git checkout -b your-name-branch

βœ” Create new readme.md file with your name at the following path

constributors/participants/yourName.md

βœ” Add your details in the newly created file contributors/participants/yourName.md

Name : Your name <br/>
Email : your email <br/>
Institution Name : your institution name <br/>
Github url : your username <br/>
Skills : your skills (optional) <br/>

About (short introduction)<br/>

βœ” Add your changes

git add .

βœ” Commit your changes.

git commit -m "message"

βœ” Then push

git push origin your-name-branch

βœ” Create a new pull request from your forked repository

Avoid Conflicts {Syncing your fork}

➑ 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

βœ” Do follow this account

hacktoberfest-2023's People

Contributors

s-bhalode avatar deepakbhalode avatar

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.