Giter VIP home page Giter VIP logo

contributor's Introduction

For Contributors

GSSoC is a 3-month long #OpenSource program by GirlScript Foundation, India.
This is Contributor Space where all the relevant link regarding your doubts.

Make sure you star the repository before forking this is the way to show 💖 to the owner of the repository.

Issue will be assigned to Only 1 person ...FCFS basis. Others get a chance if the issue gets stale & the assignee is inactive for 5+ days

How to Start Contributing:

🌟 How to Contribute to GSSoC Projects: A Step-by-Step Guide 🌟

Must watch the youtube link on Guidelines: https://youtu.be/Y9PYaPZgikg
Sanjay Viswanathan Event

A: Choosing Projects

1️⃣ 🌐Visit the GSSoC Website: Head to the official GSSoC website and navigate to the projects section. Here

2️⃣ 📂Find Your Match

3️⃣ 🔎Get Project Details: Click on the project to view its details, including a video overview and the GitHub repository link.

Getting Started with Contribution

🛠️B1: Setting Up The Project

1️⃣ 🍴Fork It: Fork the project to create your own copy.

2️⃣ 💻Clone Locally: Open Git Bash in your desired folder and clone your forked copy.

$ git clone https://github.com/<your-account-username>/<your-forked-project>.git

3️⃣ 📂Navigate: Move into the project folder.

$ cd <your-forked-project-folder>

4️⃣ 🔗Add Upstream: Link to the original repository.

$ git remote add upstream https://github.com/<author-account-username>/<original-project>.git

5️⃣ 👀Check Remotes: Verify the remote connections.

$ git remote -v

6️⃣ ⬇️Stay Updated: Keep your main branch in sync with the original repository.

$ git pull upstream main

Contributing To The Project

1️⃣ 🌿Branch Out: Create a new branch with a meaningful name.

$ git checkout -b <your_branch_name>

2️⃣ ✍️Make Changes: Work your magic on the codebase.

3️⃣ 📁Track Changes: Add your modifications.

$ git add .

4️⃣ 🚚Commit: Commit your changes with a descriptive message.

$ git commit -m "<commit message>"

5️⃣ 🚀Push Changes: Push your changes to your forked repository.

$ git push -u origin <your_branch_name>

6️⃣ 🌐Create Pull Request: Head to GitHub, navigate to your forked repo, and initiate a pull request by clicking "Compare and pull request".

🚀 Contribute, and let's make a difference together in the open-source community! Happy coding! 🎉

For more details, check out the guide here.

Hope it helps you please mark it as answer if it solves your query.

Common FAQ

  • What all label we should check?
    Ans: Make sure you check the labels gssoc, level1,level2,level3 on issues.

This is how it should look like,

WhatsApp Image 2024-05-11 at 15 56 22_92229ded

  • what are the points distribution this time for PR's ?
    Ans: Every PR one point
  • Level1: 10 points
  • Level2: 25 points
  • Level3: 45 points
  • Levels are classified by difficulty level which is calculated by core team. Also labels will be mentioned on each review And Leaderboard will update twice a day automatically
Note: Leaderboard will take 1 or 2 days after May 10 to update , afterwards you can see updates daily.
  • how many PRs should be merged in to maintain positions on the leaderboard?
  • Ans: its not above PR, the best way to maintain position on leaderboard is contribute to high difficult issue raised by maintainer. As mentioned above Level 1, level 2, level 3 helps them to maintain their position rather pushing many PR as the score is high for levels

contributor's People

Contributors

sanjay-kv avatar rugved0102 avatar prathamu200 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.