Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 829 Bytes

contribute-eclipse-source-code.asc

File metadata and controls

26 lines (17 loc) · 829 Bytes

Contribute Eclipse Source Code

Version 0.1; Copyright (c) Patrik Suzzi; Date November 2015.


This walkthrough tracks how to contribute to the Eclipse codebase. Contribution are done by fixing bugs in one of the projects hosted by Eclipse git repositories

Main steps:

  • select bug using bugzilla

  • prepare the IDE including gerrit clone, getting projects and IDE tweaks.

  • fix the bug : branch, reproduce the bug, fix it, and test the solution.

  • push to Gerrit : insert data properly

Select a Bug

Eclipse bugs are listed on bugzilla web page: https://bugs.eclipse.org/bugs/

To select all open bugs on Eclipse E4 Tools, we click on Advanced Search, and filter for bugs in Eclipse > e4 > Tools which status in UNCONFIRMED, NEW, ASSIGNED, REOPENED.