You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the topic which you know very well and add some improvements or else you can find some issues in the project.
Below are the steps you can use to contribute to Github projects using Git.
1.Fork the repository.
2.Create a separate topic branch created from the latest master.
2.1 git branch
2.2 git checkout master
2.3 Git checkout -b "newer-branch"
2.4 git add .
3.Commit and push the topic branch.
4.Make a pull request.
Hello , this is my first time to open source would you please guide me how to get started for this project?
Originally posted by @vidnyani in #4370 (comment)
The text was updated successfully, but these errors were encountered: