diff options
author | maclover7 <me@jonathanmoss.me> | 2015-09-01 11:20:19 -0400 |
---|---|---|
committer | maclover7 <me@jonathanmoss.me> | 2015-09-01 11:20:19 -0400 |
commit | 17c5b6d3e330e122ecf418158bdb0d6558a93d1d (patch) | |
tree | 279cb7f60749c5ef350da720a25bd3665c9a0be2 /README.markdown | |
parent | d5432b4616ff43fbb14540d351eed351e21bb20e (diff) | |
download | rails-17c5b6d3e330e122ecf418158bdb0d6558a93d1d.tar.gz rails-17c5b6d3e330e122ecf418158bdb0d6558a93d1d.tar.bz2 rails-17c5b6d3e330e122ecf418158bdb0d6558a93d1d.zip |
Add CONTRIBUTING.md [ci skip]
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 12 |
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 [](http://travis-ci.org/rails/arel) [](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). |