-
i have searching project on website but no project is showing can u please guide me now where i can get project |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 3 replies
-
As a contributor first of all you have to select a project to work on you can check Projects here. How will you do it? Understand the Issue: Take some time to fully understand the issue you've been assigned. Make sure you understand the problem, what needs to be done to fix it, and any requirements or constraints. Fork the Repository: If you haven't already, fork the repository of the project you're contributing to. This creates a copy of the repository in your GitHub account where you can make changes. Clone Your Fork: Clone your forked repository to your local machine using Git. This allows you to work on the code locally. git clone https://github.com/your-username/repository-name.git Create a New Branch: Create a new branch for your changes. This helps keep your changes isolated from the main branch and makes it easier to manage multiple contributions. git checkout -b your-branch-name Work on the Issue: Start working on the issue by making the necessary changes to the codebase. Follow best practices for coding, documentation, and testing as applicable. Commit Your Changes: Once you've made your changes, commit them to your local repository with descriptive commit messages. git add . Push Your Changes: Push your changes to your forked repository on GitHub. git push origin your-branch-name Create a Pull Request: Go to the GitHub page of your forked repository and create a pull request (PR) to merge your changes into the main repository. Provide a clear description of your changes in the PR. Wait for Review: Wait for the project maintainers to review your pull request. They may provide feedback, ask for changes, or approve your changes and merge them into the main branch. Address Feedback: If the maintainers request changes, address them by making additional commits to your branch and pushing the changes to your forked repository. Remember to follow the project's contribution guidelines and any specific instructions provided by the maintainers. Communication is key, so don't hesitate to ask questions if you need clarification on anything. Credits to @Ojas-Arora |
Beta Was this translation helpful? Give feedback.
-
https://www.youtube.com/watch?v=K55HMy7alag&t=502s You can find the project here: https://gssoc.girlscript.tech/project |
Beta Was this translation helpful? Give feedback.
-
I m clicking on project 2024 on website but no project is showing
…On Sat, May 11, 2024 at 10:57 AM Sanjay Viswanathan < ***@***.***> wrote:
i have searching project on website but no project is showing can u please
guide me now where i can get project
https://www.youtube.com/watch?v=K55HMy7alag&t=502s
You can find the project here: https://gssoc.girlscript.tech/project
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIHDAFPSBSHXULMWZKVRCSDZBWT5DAVCNFSM6AAAAABHRT7D22VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGOJSGU2TS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
you can go to this website and find list of projects belonging to different domains for GSSOC 2024 : https://gssoc.girlscript.tech/project |
Beta Was this translation helpful? Give feedback.
-
Kindly watch these videos: https://www.youtube.com/watch?v=Y9PYaPZgikg&t=5s |
Beta Was this translation helpful? Give feedback.
-
If you're having trouble finding projects on the GSSoC website, there are a few other places you can look for projects to contribute to:
You can also use these links below: |
Beta Was this translation helpful? Give feedback.
-
thanks for help
…On Sat, May 11, 2024 at 2:24 PM Rakesh Kumar Gorai ***@***.***> wrote:
i faced the same issue, may be there's some issue. But i have found a work
around for that. Just click on the 2021 project button, and you'll be able
to see the 2021 projects, after that if you click on the 2024 button you'll
be able to list the projects available for GSSOC 2024...
—
Reply to this email directly, view it on GitHub
<#99 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIHDAFN66KW6KTOB7KCH52DZBXMFTAVCNFSM6AAAAABHRT7D22VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGOJTHA2TG>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
How to choose projects? Suppose you want to learn web development and know the basics of HTML, CSS and JavaScript, then you should contribute to projects based on it. This will make you feel confident and you'll feel motivated to work on that project as soon as possible. Later, you can continue to explore different projects based on your inclination. Step 1. On the official website of GSSoC, click on the project section. Step 2. Choose any project that matches your tech stack or in which you are interested. Step 3. Click on project details to get the project video as well as the GitHub repository's link. Pro Tip- Don't just stick to one project. Try contributing to at least 3-4 projects. This will give you the experience of how different organisations work, and what are their rules and code of conduct. It will be beneficial for you when working in a professional environment. credits - @Sukriti_Maurya |
Beta Was this translation helpful? Give feedback.
-
Step 1. Identify Your Interests: What topics or areas of technology are you passionate about? Whether it's web development, machine learning, mobile apps, or something else entirely, starting with what interests you will keep you motivated. Head over to the GirlScript website and navigate to the projects section. Take your time to browse through the projects listed under your chosen category. Read project descriptions and requirements to see if they align with your skills and interests. Step 2. Look for repositories tagged with labels like "beginner-friendly" or "good first issue" or "Level 1". These projects often have tasks specifically tailored for newcomers. Step 3. It is important to go through README.md file in the repository. Start Small: Don't feel pressured to tackle a massive project right away. Begin with small, manageable tasks like fixing typos in documentation, adding comments to code, or implementing simple features. This will help you get familiar with the project's codebase and development workflow. Step 4. Learn Git and Github. or you can also refer this video: https://www.youtube.com/watch?v=Y9PYaPZgikg&t=5s Most Important Step : Stay Consistent and Patient: Learning to code and contributing to projects takes time and perseverance. Don't get discouraged by setbacks or challenges—every obstacle is an opportunity to learn and grow. Stay consistent with your efforts, and you'll gradually see improvement.
|
Beta Was this translation helpful? Give feedback.
https://www.youtube.com/watch?v=K55HMy7alag&t=502s
You can find the project here: https://gssoc.girlscript.tech/project