- Change feature branch check to only prohibit commits to master
- Force YAML indent to be 4 spaces instead of "consistent"
- Run command with bash via the '-c' switch
- Allow 'tx' as a short variable name
- Add pre-commit hook to run test suite
- Refactored all git hooks
- Remove redundant jshint commit hook
- Add pre-commit hook prohibiting commits directly to develop or master branches
- Add eslint config
- Increase commit message length to 72 chars
- Added Makefile
- Standardise path to jscs binary
- Enforce commit message rules
- Permit longer lines in YAML format
- Added yamllint git hook
- Added VERSION and CHANGES.md files, Version bump to v0.1.0
- Added git hooks
- Add composer.json
- Add PHPMD config file
- Add scss-lint config file
- Add Javascript coding standards config file
- Initial commit