To gain some extra points in Developer Days, we have added some opensource projects in which you all can contribute, gain experience in open source and climb up the leaderboard. Keeping in mind the diverse experience level of the participants (Like people who are a complete beginner or with any level of experience) We have divided the projects into three categories i.e Easy, Moderate and Difficult.
- foss-events (Web)
- Manthan (Web)
- Seashore-Grasp (Web & UI)
- makesmatheasy-documentation (Web)
- pixelvibe (Web)
- Recess (Web)
- Kurakoo (Web)
- BookHub (App & UI)
- Avengers-Android-App) (App & UI)
- React-Messenger-App (Web)
- Athavani (Web)
- makesmatheasy(Web)
- WordNook (Web & UI)
- Internship-LMS-FrontEnd(Web)
- android (App)
- uhabits (App)
- camera-samples (App)
- ReactNative (Web)
- Meshery (Web & UI)
- alacritty (Web)
- cpedito (Web)
- erxes (Web)
- CovidCertificate-App-Android (App)
- apps-android-wikipedia (App)
- SpotiFlyer (App)
-
Make sure to fork the repository, so it's available to your GitHub account, for further contributions as well as it state your contributions in it.
-
Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it for testing/contributions/enhancements.
git clone https://github.com/<your-username>/<repo-name>
- Now, set the
upstream
so it make a "path of contribution" from your account's repo. (repository) to original repository.
git remote add upstream https://github.com/<org-name>/<repo-name>.git
-
After done with the changes in code, get ready to contribute, Excited ? 🤩
-
Make your own branch by using following command:
git checkout -b <branch-name>
- Now, you've to add the changes in that branch, you created just above.
git add .
- Lets commit the changes, & earn "green square of the day".
git commit -m "<message>"
- Now, just push the changes from your repo. to original repository.
git push origin <branch-name>
- Once you've committed and pushed all of your changes to GitHub, go to the page for your fork on GitHub, select your development branch, and click the pull request button. If you need to make any adjustments to your pull request, just push the updates to GitHub. Your pull request will automatically track the changes in your development branch and update it.
Submit the Merged PR link into the provided google form of open-source challenge. After evaluation of your submission, points will be awarded according to the difficulty level of the commit:
Easy Level Commit - 1 Point Moderate Level Commit - 2 Points Difficult Level Commit - 3 Points
We will consider only one merged PR from a particular repository, and not be allotting any points for other PRs in the same repository even if it is merged.
You can only earn a maximum of 4 bonus points from this open-source challenge. Be assured that you have filled the form after getting your PR merged, we will be only allotting points to those who have filled the form with the proper information and merged PR link.
For submission, we have given you a google form. You will have to add the required information and the merged PR link. We will examine and give you point respectively. If you find any error in point updation, contact the support team by raising a ticket in the discord server.
Link to Submit your Merged PR