Home Manual Reference Source
Manual » Tutorial

Commiting Code

Setup

  1. git clone https://github.com/lifesize/automation.client.ui.git (Note: No need to fork the repo, just pull directly from the repo)
  2. Verify setup as per the setup section.

Making Changes

  1. Pull master
  2. Checkout a new feature branch. Use yourname.JIRA-##.description as a template. Omit JIRA-## if there is no associated ticket.
  3. Make your changes
  4. Test your changes
  5. Commit your changes and push up to GitHub
  6. Create a PR and send off for review

Once review passes we will merge in your changes.