Hacktoberfest'22
To participate in hacktoberfest and contribute to Open Source, register your github/gitlab account at hacktoberfest.com.
The first 40,000 participants who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt. All you have to do is just have 4 pull/merge requests accepted between October 1 and October 31. To know more about the rules, head towards this link.
So, to complete the requirements, finish atleast 4 tasks listed below.
Task 1 - Create your first Pull Request
- Go to the Contributers.md file
- Click on the edit button on top right of the file ✏️
- Add your name with your github id in the list of contributers
- Give an appropriate commit message like "Add my name as a contributer" (Commit message is used to describe what changes did you make. Try to keep it short and crisp.)
- Click on Propose Changes button
- Hit Create pull request button and there you go !!! 🎉 Looks like you got your first contribution!
Wait for some time and I'll try to put a hacktoberfest-accepted label on your pull request as soon as possible. Till then, complete atleast 3 more tasks to land under the first 40,000 participants.
Task 2 - Innovative App Ideas (For Non Programmers)
- Go to the file - App Ideas
- Think of an innovative app idea
- Click on the edit button on top right of the file ✏️
- Add the name of your idea (and description if you want) in the list
- Give an appropriate commit message like "Add a new innovative app idea"
- Click on Propose Changes button
- Hit Create pull request button and wait for your PR to be labelled
Task 3 - Hello World (For Beginner Programmers)
Checkout README of Task-3
Task 4 - Easy Peasy Logic (For Intermediate Programmers)
Checkout README of Task-4