Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This page details how to become a committer.

First of all you need to get involved and contribute via the mailing list, discussion forum, issues tracker and submit patches.

Source code repository

We are using a git repository from Bitbucket : https://bitbucket.org/openesb/openesb-components

You don't have rights to push directly into the community master repository. To get involved, please follow these steps :

  • Create a fork of the repository
  • Clone your remote repository
  • Apply your changes (in the master branch or another one)
  • Commit your changes in your local repository
  • Push them in your remote repository
  • Create a pull request to include your changes into the community repository
  • No labels