Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/GitHub/ContributorGuide"

< EGit‎ | GitHub
(Obtaining Sources)
Line 9: Line 9:
 
*Download dependencies:
 
*Download dependencies:
 
** automagically: open file <code>org.eclipse.mylyn.github-feature/github.target</code> [http://egit.eclipse.org/w/?p=egit-github.git;a=blob_plain;f=org.eclipse.mylyn.github-feature/github.target;hb=11de1383dc3991dff77b6f0663e06e268ca8689b gitweb] and select 'Set as Target Platfrom'.
 
** automagically: open file <code>org.eclipse.mylyn.github-feature/github.target</code> [http://egit.eclipse.org/w/?p=egit-github.git;a=blob_plain;f=org.eclipse.mylyn.github-feature/github.target;hb=11de1383dc3991dff77b6f0663e06e268ca8689b gitweb] and select 'Set as Target Platfrom'.
 +
 +
= Contributing Patches =
 +
 +
We accept patches via our Gerrit instance: http://egit.eclipse.org/
 +
 +
To learn more about contributing patches to Gerrit, see the main [http://wiki.eclipse.org/EGit/Contributor_Guide#Contributing_Patches EGit Contributor Guide].

Revision as of 10:46, 20 April 2011

EGit also provides tools for integrating with GitHub and Mylyn tasks.

Obtaining Sources

  • File > Import > Git > Git Repository
  • Enter URI:
git://egit.eclipse.org/egit-github.git
  • Import projects
  • Download dependencies:
    • automagically: open file org.eclipse.mylyn.github-feature/github.target gitweb and select 'Set as Target Platfrom'.

Contributing Patches

We accept patches via our Gerrit instance: http://egit.eclipse.org/

To learn more about contributing patches to Gerrit, see the main EGit Contributor Guide.

Back to the top