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 "Sirius/Contributor Guide"

(Created page with " Non-code contributions: * Answering questions on the forum * Reporting bugs and helping managing the Bugzilla * Documentation = Development Environment = = Getting the Sour...")
 
(Proposing Patches using Gerrit)
Line 22: Line 22:
  
 
[[Category:Sirius]]
 
[[Category:Sirius]]
 
Good examples to get inspiration from:
 
* https://wiki.eclipse.org/EGit/Contributor_Guide
 
* http://wiki.eclipse.org/Mylyn_Contributor_Reference
 

Revision as of 12:28, 3 March 2014

Non-code contributions:

  • Answering questions on the forum
  • Reporting bugs and helping managing the Bugzilla
  • Documentation

Development Environment

Getting the Sources

  • Get the PSF at...
  • Window > Preferences > Plug-in Development: Set "Missing API Baseline" to "Warning"
  • Open one of the .target files from releng/org.eclipse.sirius.targets in the target editor and (once it is loaded) set it as the current target

Build

Inside Eclipse

Building using Maven/Tycho

Proposing Patches using Gerrit

Back to the top