This is a repo with learning propose to make pull request(PR) and get contribute on opensource project. Made specifically for HACKTOBERFEST 2022!
Hacktoberfest is open to everyone in our global community! a month-long celebration of open source software run by DigitalOcean in partnership with GitHub and Twilio. Join with it and make pull request between 1-31 october.
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/hacktoberfest.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!
-
Star this repository if you had fun!
You need to make 4 pull requests to win an exclusive Hacktoberfest 2022 Tshirt and stickers!
This project exists thanks to all the people who contribute.