how to start ?? #112
-
i am newbie and i am very confused how to start and what to do ..can anyone help me?? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Of course! Starting as a newbie in open source can feel overwhelming, but there are steps you can take to get started:
Remember, everyone starts as a newbie at some point. Be patient with yourself, keep learning, and enjoy the journey of contributing to open source! |
Beta Was this translation helpful? Give feedback.
-
Of course! Starting with GSSoC as a newbie can feel overwhelming, but it's also a fantastic opportunity to learn and contribute to open-source projects. Here's a step-by-step guide to help you get started:
Remember, the key is to keep learning and growing as you contribute. Don't hesitate to reach out to the community or mentors if you have questions or need guidance. Good luck with your GSSoC journey! |
Beta Was this translation helpful? Give feedback.
-
Hey Reshma, pick any issue from the project's list that you think you can handle. You can find all projects at (https://gssoc.girlscript.tech/project) Comment on it if its not assigned to anyone, wait for the response from the assigner/admin and in mean time try to find another issue you can solve. If you've got a brilliant idea for an issue that's not listed, you can also create a new one. To start an issue, simply click "New Issue" in the project's repository and start working on it. In order to start contributing refer (https://github.com/GSSoC24/Contributor) For some inspiration, check out this blog (https://gssoc.girlscript.tech/blog) where folks share their experiences contributing to projects. You'll find stories about fixing bugs, adding new features, updating docs, and more. Hope this helps! 🙌. |
Beta Was this translation helpful? Give feedback.
-
Hi @Reshma-2301 , First select the domain in which you have experience working. Search that domain in GSSoC and open the GitHub repository of that project. Step 1 ) Before diving into any project, regardless of its size, make sure to thoroughly review the CONTRIBUTING.md or README.md file in the repository. These files serve as valuable guides and references. Step 2) Following that, familiarize yourself with the project and consider forking or downloading it to your local environment. Experiment and explore its functionalities. If you encounter any issues that you believe you can address, navigate to the issues tab and submit a new issue. Step 3) The repository maintainer will assign the issue to you based on FCFS. Next, attempt to resolve it in your forked repository. Once resolved, submit a pull request to merge your changes back into the main repository. Reference : Hands-On GSSoC: A Beginner's Guide to Contributing Code I hope this will help you to start your journey... |
Beta Was this translation helpful? Give feedback.
Of course! Starting as a newbie in open source can feel overwhelming, but there are steps you can take to get started:
Choose a project: Look for projects that interest you and align with your skills and goals. Start with smaller projects or issues labeled as "beginner-friendly" to ease into the process.
Read the guidelines: Most projects have contribution guidelines or a contributing.md file that outlines how to contribute. Read these carefully to understand the project's coding standards, contribution process, and community norms.
Explore the Codebase: Take some time to explore the project's codebase. Familiarize yourself with the structure, architecture, and existing features. Th…