Awesome
HacktoberFest 2023
This repo is excluded from Hacktoberfest because of spamming and bad PRs,
👉Keep your EYE👀 on the account I'll create a new repo for hacktoberfest 2023 in few days
This Repo Is Totally beginner friendly
, Perfect For Your First Pull Request
:
📢 Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR).
🚀Register anytime between September 26 and October 31
🎮You can join Hactoberfest Discord Server
🎉Participants with four pull/merge requests accepted between October 1 and October 31 will receive a unique digital reward🔥
Note:
Always make more than 4 pull requests. Let's say you have made only 4 pull requests to different projects, but one project is excluded from hackoctoberfest event then your pull request will not be counted and then you have the remaining 3 valid pull requests if these projects are not excluded. If you fail to make 4 pull requests then you can't get your digital reward. I will recommend you make a pull request to your own repo which is very very safe for you. Keep in mind that the repo has hacktoberfest topic.
Give this Project a Star ⭐
please share this repo as much as you can and star this repo to help as many people in opensource as you can.
Steps To Make Your First Pull Request
- Fork this Repository by using the <kbd><b>Fork</b></kbd></a> button.
- Clone your forked repository to your PC
git clone https://github.com/UmangDalvadi/Hacktoberfest-2023.git
- Create a new branch for your modifications
git branch branchA
- Checkout new branch
git checkout branchA
- Open your cloned folder in pc and Add your code in
Upload Your Code/<appropriate-folder-according-to-your-code>/
folder - Now open
git
and Add your changes
git add .
- Commit your changes with Proper commit message
git commit -m "added my code in `<folder-name>` folder"
- Push your changes
git push --set-upstream origin branchA
- Create a pull request
- Do not forget to
STAR ⭐
this repo