0

On Github, most of the open source projects already have many existing commits. If I want to make my contribution to such a project, since I don't know which step the current project is, and I don't know what's needed to be done next, how should I start my contribution? Anyone who ever made some contributions, how did you start, I will really appreciate it if you can share some of you experiences.

Tom
  • 391
  • 3
  • 6
  • 17
  • 1
    I think the answer is generic. In any versioned system, you check-out a version, make changes and check-in later. If there were no other changes to the files you modified, your check-ins will be accepted. If there were changes by others to the files you modified, the system will usually try to auto-merge the changes. If it finds conflicts which it cannot resolve, it will ask you to do a manual merge. If the merge is successful, the check-in will go through. – ArunGeorge Oct 07 '14 at 10:22

1 Answers1

1

On GitHub specifically, you

Community
  • 1
  • 1
VonC
  • 1,042,979
  • 435
  • 3,649
  • 4,283