README.md in chemistrykit-1.2.1 vs README.md in chemistrykit-1.3.0
- old
+ new
@@ -1,8 +1,12 @@
[![Gem Version](https://badge.fury.io/rb/chemistrykit.png)](http://badge.fury.io/rb/chemistrykit)
[![Code Climate](https://codeclimate.com/github/arrgyle/chemistrykit.png)](https://codeclimate.com/github/arrgyle/chemistrykit)
+Master branch: [![Build Status](https://travis-ci.org/arrgyle/chemistrykit.png?branch=master)](https://travis-ci.org/jrobertfox/chef-broiler-platter)
+
+Develop branch: [![Build Status](https://travis-ci.org/arrgyle/chemistrykit.png?branch=develop)](https://travis-ci.org/jrobertfox/chef-broiler-platter)
+
ChemistryKit
============================================================
### A simple and opinionated web testing framework for Selenium WebDriver
@@ -26,19 +30,29 @@
This will run ckit and execute your beakers. By default it will run the tests locally by default. But you can change where the tests run and all other relevant bits in \_config.yaml. You can find out more about this [here](https://github.com/arrgyle/chemistrykit/wiki/Configs).
## Contributing
+This project conforms to the [neverstopbuilding/craftsmanship](https://github.com/neverstopbuilding/craftsmanship) guidelines. Please see them for details on:
+- Branching theory
+- Documentation expectations
+- Release process
-This project conforms to the [neverstopbuilding/craftsmanship](https://github.com/neverstopbuilding/craftsmanship) guidelines. Please see them for details.
+###It's simple
+1. Create a feature branch from develop: `git checkout -b feature/myfeature develop` or `git flow feature start myfeature`
+2. Do something awesome.
+3. Submit a pull request.
+
+All issues and questions related to this project should be logged using the [github issues](https://github.com/arrgyle/chemistrykit/issues) feature.
+
### Install Dependencies
bundle install
### Run rake task to test code
rake build
### Run the local version of the executable:
- bin/ckit
+ ckit