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 "PDE/Retrospective/3.7"

(New page: This page will be used to collect comments about PDE and our development process that were noticed during 3.7. What did we do well? What could be better? What should we do next release?...)
 
Line 11: Line 11:
 
* When a patch is provided for review by a committer, only commit the patch if the issue is time sensitive and the patch creator has stated you can commit.  In all other cases let the patch contributor commit their own fix.
 
* When a patch is provided for review by a committer, only commit the patch if the issue is time sensitive and the patch creator has stated you can commit.  In all other cases let the patch contributor commit their own fix.
  
== General Comments ==  
+
== General Comments ==
  
 
* Meeting minutes were not helpful, whereas the actual meetings were productive.
 
* Meeting minutes were not helpful, whereas the actual meetings were productive.
 +
 +
== Action Items for 3.8 ==
 +
 +
* Apply proper keywords to bugs to assist with triage.

Revision as of 12:51, 6 June 2011

This page will be used to collect comments about PDE and our development process that were noticed during 3.7. What did we do well? What could be better? What should we do next release?

Coding Best Practices

  • When writing tests, try to keep them stable. Intermittent failures cause headaches.
  • Always keep documentation in mind. If you see missing doc and don't fix, always file a doc bug.

Bugzilla

  • Add proper keywords: contributed for patches, noteworthy for big features, helpwanted for bugs that will only be fixed with contributed patches
  • When a patch is provided for review by a committer, only commit the patch if the issue is time sensitive and the patch creator has stated you can commit. In all other cases let the patch contributor commit their own fix.

General Comments

  • Meeting minutes were not helpful, whereas the actual meetings were productive.

Action Items for 3.8

  • Apply proper keywords to bugs to assist with triage.

Back to the top