Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Setting up

To contribute a change to the IGB code base, create your own fork of the IGB repository

...

If you'd like to contribute a change to the IGB code base, fork the repository, commit your changes to your fork, and then submit pull-requests with any proposed changes for review. Please use Bitbucket to host your fork. 

See Atlassian documentation Forking a Repository.

To create your own fork:

Image Added

Next, you'll see a form that let's you give your fork a name and description. Here's an example:

Image Added

Fill in the fields and click Fork repository.

See Atlassian documentation Forking a Repository

Clone your fork

Clone a copy of your forked IGB repository onto your local computer. Make changes to your local clone, commit them to your local repository, and then push your changes upstream to your fork.

Issue pull request

To request that your edits be incorporated into the main line of development:

  • Go to your forks project over view page
  • Select Create Pull Request

A Pull request form will appear. Fill in the fields:

  • Select the current development branch as the pull request target.
  • Fill in the Title and Description fields 
  • Request Reviewers
  • Click Create pull request

Image Added