Contributor in GSSOC #1343
-
Does a contributor only has to solve issues in a project? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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.
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.