Hritikraj8804 / Hacktoberfest2023-Open

Accepting all PR's for Hacktoberfest 2023 just raise an issue and a PR , your PR will get accepted!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

๐ŸŒŸ๐ŸŒŸAccepting Hacktoberfest2023 PR's ๐ŸŒŸ๐ŸŒŸ

๐Ÿ€Accepting Open-Source Contribution for Hacktoberfest 2023๐Ÿ€

About The Project

Screen Shot

This repo primarily focuses on Open Source Contribution for 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.

https://hacktoberfest.digitalocean.com/

๐ŸŽƒ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

Add Code to the Add_Code Folder. Add Your Details In the Contributors Folder. from the template Test_Contributor.md make your own .md and add necessary details in it

โœ” 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

Authors

  • Akshay Pratap Singh - Full Stack Web Dev! - Akshay Pratap Singh - Always read to learn and Make Mistakes

Acknowledgements

About

Accepting all PR's for Hacktoberfest 2023 just raise an issue and a PR , your PR will get accepted!

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 96.6%Language:HTML 2.0%Language:JavaScript 0.6%Language:CSS 0.3%Language:Python 0.2%Language:C 0.2%Language:Kotlin 0.1%