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
masterand pull changes from GitHub.com