This is a repo with learning propose to make pull request( PR ) and get contribute on opensource project. Made specifically for HACKTOBERFEST 2022!
This repository aims to help code beginners with their first successful pull request and open-source contribution. 🎉🎊
👨💻 Feel free to use this project to make your first contribution to an open-source project on GitHub
🎊 Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.
What you can do
1. Add General Project ( including console based )
2. Add your name on `CONTRIBUTERS.md` file
3. Add your DSA code for specific Language
4. you can Write/Add blog
5. Add uniqe 3 youtube education link on `YOUTUBE.md` file
4. Create a pull request
5. We will add label to it and merge it ASAP!
Please check first if your code is already present in this repo, if it's already there then don't add that!
-
Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
-
Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest101.git
git remote set-url origin https://github.com/your-username/hacktoberfest101.git
-
Create a branch
git checkout -b branch-name
-
Make your changes
-
Commit and push
git add . git commit -m 'Commit message' git push origin branch-name
-
Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) -
Wait for your PR review and merge approval!