aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authormaclover7 <me@jonathanmoss.me>2015-09-01 11:20:19 -0400
committermaclover7 <me@jonathanmoss.me>2015-09-01 11:20:19 -0400
commit17c5b6d3e330e122ecf418158bdb0d6558a93d1d (patch)
tree279cb7f60749c5ef350da720a25bd3665c9a0be2 /README.markdown
parentd5432b4616ff43fbb14540d351eed351e21bb20e (diff)
downloadrails-17c5b6d3e330e122ecf418158bdb0d6558a93d1d.tar.gz
rails-17c5b6d3e330e122ecf418158bdb0d6558a93d1d.tar.bz2
rails-17c5b6d3e330e122ecf418158bdb0d6558a93d1d.zip
Add CONTRIBUTING.md [ci skip]
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 76efb2b34a..d570f7855c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,4 +1,4 @@
-# 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
@@ -222,6 +222,12 @@ photos.project(photo_clicks.as("photo_clicks"))
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).