Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 730 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 730 Bytes

measure_sandbox

A place to play with measure development and version control workflows. .gitignore is setup to ignore .idea files generated by RubyMine, measure test output directories, and the measure tester gems test_result directory. Below is prosess for contributing code.

  • Create a branch named with the git issue number, when applicable, along with a description using dashes in stead of spaces, such as 02-short-issue-description
  • Commit changes to branch using descriptive commit messages.
  • Push commit to GitHub.com
  • Create pull request into master from new branch.
  • Once pull request is merged, branch should be deleted.
  • Switch local checkout back to master and pull changes from GitHub.com