Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Every Detail Matters/Great Fix"

(Anatomy of a Great Bug)
Line 5: Line 5:
 
What's at stake? Why the future of the developer's platform, of course! More seriously, there will be prizes. More later.
 
What's at stake? Why the future of the developer's platform, of course! More seriously, there will be prizes. More later.
  
=Anatomy of a Great Bug=
+
=Anatomy of a Great Fix=
 
* Detailed discussion via bug comments
 
* Detailed discussion via bug comments
 
* Code contribution via the mechanism described by the project (e.g. Gerrit)
 
* Code contribution via the mechanism described by the project (e.g. Gerrit)

Revision as of 13:09, 14 January 2015

Warning2.png
Work in progress


What constitutes a great bug? Take a look at the list and see for yourself some examples of what the developers think are great bugs. Roughly speaking, we’re looking for bugs that affect one of the Mars projects that has a significant impact on the community (e.g. something in the Platform that impacts many extenders, or something to do with the integration of two or more different projects).

What's at stake? Why the future of the developer's platform, of course! More seriously, there will be prizes. More later.

Anatomy of a Great Fix

  • Detailed discussion via bug comments
  • Code contribution via the mechanism described by the project (e.g. Gerrit)
    • Code conforms to the the style prescribed by the project
    • Updates and additions to unit tests included

Process

Warning2.png
Work in progress


  • Host regular (monthly) "bug day" leading up to the Mars release
  • Project committers will mark bugs they deem worthy with the "greatbug" keyword
  • "Developer Platform Vision" committee will rank the "greatbugs" bugs
  • Winners will be announced on Mars GA day!

Back to the top