Your tasks.

Complete tasks to earn ECWoC points. More tasks from CPs will be added soon!

✨ Thore Network – LinkedIn Review Task

+150 Points

This is an exclusive sponsor review task for Elite Coders participants. Visit the official Thore Network website, explore their services, and share a genuine review on LinkedIn.

🏆 Special Reward:The best 3 LinkedIn review posts will receive exclusive Swags from our side and 150 bonus points from our side.

📋 Submit Review Form

🚀 Duality AI – 2 Minute Bonus Task

+50 Bonus Points

A super quick task by Duality AI that takes less than 2 minutes to complete. Fill out the form and instantly earn bonus points 🚀

Why do this?It’s one of the fastest ways to boost your leaderboard scorewith almost zero effort.

📝 Complete Task Now

Repository Starring Task - 1 Minute⭐

+50 Bonus Points

Support open source by starring our sponsor’s repository. It takes just 2 minutes and helps the project grow 🚀

⭐ Star the Repository

✨ Social Media Task [Mandatory Task]

+50 Points

Sponsor Social Engagement is a special task for Elite Coders participants, where you can earn 50 bonus points by following our founder and sponsor company on social media after successful verification.

📋 Fill completion form

📱 Follow Us on Social Media

Stay updated with announcements, tasks, and community discussions.

🚀 How to Make Your First Open-Source Contribution

New to open source? Don’t worry! Follow the steps below to make your first successful contribution to ECWoC.

1️⃣ Pick an Issue

  • Go to the repository’s Issues section.
  • Look for issues labeled good first issue or easy.
  • Read the issue description carefully before starting.

2️⃣ Fork the Repository

  • Click the Fork button on the top-right of the repo.
  • This creates a copy of the project in your GitHub account.

3️⃣ Clone the Fork Locally

git clone https://github.com/your-username/repo-name.git

4️⃣ Create a New Branch

git checkout -b fix-issue-name

5️⃣ Make Changes & Commit

  • Fix the issue or add the feature.
  • Commit your changes with a clear message.
git add .
git commit -m "Fix: short description of change"

6️⃣ Push & Create a Pull Request

  • Push your branch to your fork.
  • Click Compare & Pull Request on GitHub.
  • Explain what you changed in the PR description.
git push origin fix-issue-name

Explore Projects

Visit the Projects page available in the navigation bar. Explore ongoing and completed projects to understand how they are structured and identify areas where you can contribute.