Skip to content
Christian Stritzke edited this page Mar 24, 2016 · 4 revisions

Follow the steps in the Readme file to check out the plugin code.

If you like to contribute to the project, please notice the following:

  • We have four maintained branches:

  • master: Contains the latest stable version and is only updated on a new release

  • EclipseMarketPlaceSite: Reflects the version of NetIDE which is currently available on the Eclipse Marketplace.

  • Please use Feature branches. Create a new branch for each feature and each bug fix and, when deemed mature, create a pull request to the development branch.

  • It is generally recommended to regularly merge the master branch into your feature branches. This can prevent a lot of conflicts and thus frustration once you decide to merge your feature branch into master.

  • .project and .classpath files as well as .settings folders have to be uploaded as well since they provide vital information for importing and building plugins.