Skip to content

πŸŽ‰ 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!

s-bhalode/Hacktoberfest-2023

Repository files navigation

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

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-2023.git

βœ” Navigate to project directory.

cd Hacktoberfest-2023

βœ” 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-2023.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

About

πŸŽ‰ 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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published