What do you have to do as a contributor in GSSOC? #51
-
Does a contributor only has to solve issues in a project? |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments
-
You can suggest features too, and work on them. Contributing is not just solving issues, its making the project better in the ways you see fit, |
Beta Was this translation helpful? Give feedback.
-
No, contributors in open-source projects can do more than just solving issues. While solving issues (bugs, feature requests, etc.) is a significant part of contributing, there are other ways to contribute as well, such as: code review, bug triage etc. |
Beta Was this translation helpful? Give feedback.
-
As a contributor in GSSoC (GirlScript Summer of Code), your main role is to actively participate in open-source projects and make meaningful contributions to their development. While solving issues in a project is a significant part of contributing, there are other ways to contribute as well. Here's what you can do as a contributor in GSSoC:
Contributors in GSSoC are encouraged to actively engage with the projects they are interested in, explore different aspects of software development, and make meaningful contributions in whatever way they can. While solving issues is a significant part of contribution, there are many other ways to contribute effectively to open-source projects. |
Beta Was this translation helpful? Give feedback.
-
In Simple words
|
Beta Was this translation helpful? Give feedback.
-
No, contributors to a project don't just solve issues (bugs). Here's a breakdown of how contributors can help:
Overall, contributing goes beyond just fixing bugs. It's about using your skills and interests to improve the project in any way you can. |
Beta Was this translation helpful? Give feedback.
-
As a contributor in GSSoC, you'll typically:
|
Beta Was this translation helpful? Give feedback.
-
Contributing to open source isn't just about fixing problems. You can also suggest new ideas, point out issues, and even recommend new features for the project. It's about improving and enhancing the project in different ways, not just solving existing problems. |
Beta Was this translation helpful? Give feedback.
-
Yes!, that's what contributions are... |
Beta Was this translation helpful? Give feedback.
-
As a contributor you can give even suggestions and work on open source projects |
Beta Was this translation helpful? Give feedback.
-
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? 1- First learn very basics of Git and GitHub And done you have successfully contributed. |
Beta Was this translation helpful? Give feedback.
-
No, contributors to GirlScript Summer of Code (GSSoC) are not only expected to solve issues in a project. They are also expected to implement new features. Contributors can choose to work on multiple projects, but are encouraged to focus on one. |
Beta Was this translation helpful? Give feedback.
As a contributor first of all you have to select a project to work on you can check projects here.
After selecting the project you need to contribute to it.
How will you do it?
1- First learn very basics of Git and GitHub
2- Then check your project's repository
3- Check the issues and comment on the issue you want to fix
4- Fork the repository
5- Clone it on your local machine
6- Make a separate branch
7- Then make changes as needed in the code
8- Push these Changes
9- Create a Pull request
10- Now wait for the project maintainers to review your PR.
11- When your PR is approved, changes will be merged into the original repository.
And done you have successfully contributed.