README.md in contextio-1.7.0 vs README.md in contextio-1.7.1
- old
+ new
@@ -352,28 +352,19 @@
`Message#copy_to` and `Message#move_to`).
## Contributing
-Help is gladly welcomed. If you have a feature you'd like to add, it's much more
-likely to get in (or get in faster) the closer you stick to these steps:
+If you'd like to contribute, please see the [contribution guidelines](CONTRIBUTING.md).
-1. Open an Issue to talk about it. We can discuss whether it's the right
- direction or maybe help track down a bug, etc.
-1. Fork the project, and make a branch to work on your feature/fix. Master is
- where you'll want to start from.
-1. Turn the Issue into a Pull Request. There are several ways to do this, but
- [hub](https://github.com/defunkt/hub) is probably the easiest.
-1. Make sure your Pull Request includes tests.
-1. Bonus points if your Pull Request updates `CHANGES.md` to include a summary
- of your changes and your name like the other entries. If the last entry is
- the last release, add a new `## Unreleased` heading.
-If you don't know how to fix something, even just a Pull Request that includes a
-failing test can be helpful. If in doubt, make an Issue to discuss.
+## Releasing
+Maintainers: Please make sure to follow the [release steps](RELEASING.md) when
+it's time to cut a new release.
+
## Copyright
-Copyright (c) 2012-2013 Context.IO
+Copyright (c) 2012-2014 Context.IO
This gem is distributed under the MIT License. See LICENSE.md for details.