diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2012-09-17 10:05:43 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2012-09-17 10:07:13 -0700 |
commit | 40eec14cea8e402aa6e1f199033025a847202532 (patch) | |
tree | 562d2c7c10f7192c18bdc1d01a7856df69b03c85 | |
parent | 5d95f3209fb2d6155ecd76c7692d0ac71a14726c (diff) | |
download | rails-40eec14cea8e402aa6e1f199033025a847202532.tar.gz rails-40eec14cea8e402aa6e1f199033025a847202532.tar.bz2 rails-40eec14cea8e402aa6e1f199033025a847202532.zip |
Oops, rdoc -> markdown.
This reverts commit 5d95f3209fb2d6155ecd76c7692d0ac71a14726c.
-rw-r--r-- | CONTRIBUTING | 3 | ||||
-rw-r--r-- | CONTRIBUTING.md | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index 8ea849322c..0000000000 --- a/CONTRIBUTING +++ /dev/null @@ -1,3 +0,0 @@ -Ruby on Rails is a volunteer effort. We encourage you to pitch in! - -Check out the Contributing to Rails guide to get started: http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..87965681a7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Ruby on Rails is a volunteer effort. We encourage you to pitch in. [Join the team](http://contributors.rubyonrails.org)! + +Please check out the [Contributing to Rails guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) to get started. |