sajjadrahman56 / HacktoberFest101

This repository aims to help code beginners with their first successful pull request and open-source contribution.
https://sajjad-njr.github.io/HacktoberFest101/
MIT License
5 stars 8 forks source link
dsa-algorithm hackathon notes open open-source

HacktoberFest_101

contribute(or create PR's) in this repo


HacktoberFest 2022 šŸŽ‰

Hacktober Badge Contributions Pull Requests Badge GitHub contributors License Badge

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!

## Getting started * 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 ```sh git clone https://github.com/your-username/hacktoberfest101.git ``` ```markdown git remote set-url origin https://github.com/your-username/hacktoberfest101.git ``` * Create a branch ```sh git checkout -b branch-name ``` * Make your changes * Commit and push ```sh 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!