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 "VIATRA/DeveloperDocumentation/Contributing"

(Created page with "== Basic information == The development of VIATRA follows the [http://www.eclipse.org/projects/dev_process/development_process.php Eclipse Development Process]. For contribut...")
 
m (Ujhelyiz.incquerylabs.com moved page VIATRA/Contributing to VIATRA/DeveloperDocumentation/Contributing: restructuring)
(No difference)

Revision as of 17:00, 25 February 2016

Basic information

The development of VIATRA follows the Eclipse Development Process. For contributions, this means that all potential contributors need to

Working on your contribution on Github

We encourage all developers to use version control even while working on their contributions. In order to help setting things up, we provide Github mirrors for our Git repositories:

These mirrors are automatically kept up to date with the official repository on a daily basis. Just click "Fork" to create your own repository and you are ready to go. You will be able to pull new changes from this repository and also create pull requests when you are ready.

Important notes:

  • Always create a new branch for your pull requests, requests using existing branches will be closed without review.
  • Since Gerrit changes are limited to a single commit, make sure to squash your commits into a single one for a given contributions (we suggest making small and frequent contributions instead of single, large ones).
  • Your changes will still have to go through Gerrit (see above), but we can help you with the process.

Back to the top