π What is Hacktoberfest ?
π π Rewards : ππ
You get some awesome goodies which include A limited-edition T-shirt for FREE! and some stickers.
π€π€How can you Join ββ
Navigate to the link below π π and follow the instructions βοΈ βοΈ
https://hacktoberfest.digitalocean.com/register
To add your contributions towards opensource community and grab the oppurtunity:smiley: :smiley::smiley:
Then lets start with this repository.
Head down β¬οΈ β¬οΈ β¬οΈ to see how to get started with the repo and follow the guidelines π― π― π―
β Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
β The pull request must contain commits you made yourself.
β If a maintainer reports your pull request as 'spam' or 'invalid', it will not be counted toward your participation in Hacktoberfest.
β If a maintainer reports behaviour thatβs not in line with the projectβs code of conduct, you will be ineligible to participate.
β To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone. This year, the first 55,000 participants can earn a T-shirt.
β PRs that are automated (e.g. scripted opening PRs to remove whitespace/optimize images)
β PRs that are disruptive (e.g. taking someone elseβs branch/commits and making a PR)
β PRs that are regarded by a project maintainer as a hindrance vs. helping
β Something thatβs clearly an attempt to simply +1 your PR count for October
$ git clone https://github.com/your_username/make-pull-request
$ cd <cloned-folder>
$ git remote add upstream https://github.com/Priyadarshan2000/HACKTOBERFEST-2021.git
It will help you to keep your forked repo updated with the original repo
$ git checkout main
$ git fetch upstream
$ git merge upstream/main
$ git push origin main
$ git checkout -b <feature-branch>
πΊ After making changes or modification on to your code locally, you need to add these files to the staging area.
$ git add --all
$ git commit -m "<your-message>"
$ git push origin <your-created-branch-name>
πΊ Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.
πΊ Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.
Thanks goes to these Wonderful People π¨π»βπ»: π Contributions of any kind is welcome!
|