Skip to content

Hello , this is my first time to open source would you please guide me how to get started for this project? #4386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
iCGSE opened this issue May 1, 2021 · 1 comment

Comments

@iCGSE
Copy link

iCGSE commented May 1, 2021

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)

@AliHaider20
Copy link

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.

https://guides.github.com/introduction/git-handbook/

Hope this helps.

@iCGSE iCGSE closed this as completed May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants