README.md in aruba-1.0.0.pre.alpha.1 vs README.md in aruba-1.0.0.pre.alpha.2
- old
+ new
@@ -1,13 +1,13 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cucumber/aruba/master/LICENSE)
-[![Docs](https://img.shields.io/badge/docs-build-blue.svg)](https://app.cucumber.pro/projects/aruba)
+[![Docs](https://img.shields.io/badge/cucumber.pro-aruba-3d10af.svg)](https://app.cucumber.pro/projects/aruba)
[![Gem Version](https://badge.fury.io/rb/aruba.svg)](http://badge.fury.io/rb/aruba)
[![Dependency Status](https://gemnasium.com/cucumber/aruba.svg)](https://gemnasium.com/cucumber/aruba)
[![Code Climate](https://codeclimate.com/github/cucumber/aruba.svg)](https://codeclimate.com/github/cucumber/aruba)
-[![Join the chat at https://gitter.im/cucumber/aruba](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cucumber/aruba?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Support](https://img.shields.io/badge/cucumber-support-orange.svg)](https://cucumber.io/support)
-**This is the [latest](https://github.com/cucumber/aruba/blob/master/README.md) version of our README.md. If you want to see the one of the last released version of "aruba", please have a look at this [one](https://github.com/cucumber/aruba/blob/still/README.md).**
+**This is the [latest](https://github.com/cucumber/aruba/blob/master/README.md) version of our README.md. There is also [the README of the latest released version of "aruba"](https://github.com/cucumber/aruba/blob/still/README.md).**
## Install
Add this line to your application's `Gemfile`:
@@ -29,18 +29,30 @@
## Usage
### As a user getting started with "aruba"
-Our most current documentation to get started with `aruba`, can be found on [![See our documentation on Cucumber Pro](https://github.com/cucumber-ltd/brand/raw/master/images/png/notm/cucumber-pro-black/cucumber-pro-black-32.png)](https://app.cucumber.pro/projects/aruba). It's based on our feature files describing the use of `aruba`.
+Our most current documentation to get started with `aruba` can be found on [![See our documentation on Cucumber Pro](https://github.com/cucumber-ltd/brand/raw/master/images/png/notm/cucumber-pro-black/cucumber-pro-black-32.png)](https://app.cucumber.pro/projects/aruba). It is generated from our feature files describing the use of `aruba`.
-### Release Policy
+## Support
-We try to be compliant to [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
+### Channels
-### Supported ruby versions
+For support, please have a look at the ["support website"](https://cucumber.io/support) of "Cucumber". You have different options to reach out for help: Recommended for `aruba` are using the "Slack" channels - e.g. "aruba-devs" or "general" ([Register account](https://cucumberbdd-slack-invite.herokuapp.com/)) and the "Issues" page on [GitHub](https://github.com/cucumber/aruba/issues). Addressing one of the maintainers directly would be helpful.
-For an up to date list of all supported ruby versions, please see our [`.travis.yml`](https://github.com/cucumber/aruba/blob/master/.travis.yml). We only test against the latest version of a version branch - most times.
+### Maintainers
+
+Currently, this gem is mainly maintained by this group of people:
+
+* [@maxmeyer](https://github.com/maxmeyer)
+
+## Release Policy
+
+We try to comply with [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
+
+## Supported Ruby versions
+
+For an up-to-date list of all supported Ruby versions, please see our [`.travis.yml`](https://github.com/cucumber/aruba/blob/master/.travis.yml). We only test against the latest version of a version branch - most times.
## Contributing
Please see the [CONTRIBUTING](CONTRIBUTING.md) file.