Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo fix

...

  1. Push your branch to your fork on Github.

    Once you have your fix in a state that you would like to share it or get feedback, push it to your Github repository so that it is visible to the world.

    git push origin 129-Service_URL_bug

    This will create a branch in your Github repository named  '129-Service_URL_bug' or whatever your branch and issue are named. It will also automatically create 'mention' links in any Github Issue referenced in the commit messages.

  2. Submit a "Pull Request" through Github.

    Github provides a nice tool for tracking the integration of new work. Look for the "Pull Request" button in the Github toolbar. When submitting pull requests, please make sure that the issue id is in the subject line preceeded by a '#', (e.g. "Fix for #129 - Service URL bug")

Source Repository On Github

...