README.markdown in arel-6.0.4 vs README.markdown in arel-7.0.0
- old
+ new
@@ -1,6 +1,6 @@
-# Arel [![Build Status](https://secure.travis-ci.org/rails/arel.svg?branch=master)](http://travis-ci.org/rails/arel) [![Dependency Status](https://gemnasium.com/rails/arel.svg)](https://gemnasium.com/rails/arel)
+# Arel
* http://github.com/rails/arel
## DESCRIPTION
@@ -220,8 +220,14 @@
WHEN condition3 THEN calculation3
ELSE default_calculation END
FROM "photos"
```
-### License
+## Contributing to Arel
-Arel is released under the [MIT License](http://opensource.org/licenses/MIT).
+Arel is work of many contributors. You're encouraged to submit pull requests, propose
+features and discuss issues.
+
+See [CONTRIBUTING](CONTRIBUTING.md).
+
+## License
+Arel is released under the [MIT License](http://www.opensource.org/licenses/MIT).