README.md
# Cinch::Plugins::Notes
[![Gem Version](https://badge.fury.io/rb/cinch-notes.png)](http://badge.fury.io/rb/cinch-notes)
[![Dependency Status](https://gemnasium.com/bhaberer/cinch-notes.png)](https://gemnasium.com/bhaberer/cinch-notes)
[![Build Status](https://travis-ci.org/bhaberer/cinch-notes.png?branch=master)](https://travis-ci.org/bhaberer/cinch-notes)
[![Coverage Status](https://coveralls.io/repos/bhaberer/cinch-notes/badge.png?branch=master)](https://coveralls.io/r/bhaberer/cinch-notes?branch=master)
[![Code Climate](https://codeclimate.com/github/bhaberer/cinch-notes.png)](https://codeclimate.com/github/bhaberer/cinch-notes)
Cinch plugin to allow users to leave notes for one another.
## Installation
Add this line to your application's Gemfile:
gem 'cinch-notes'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cinch-notes
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request