aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-09-17 10:05:43 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-09-17 10:07:13 -0700
commit40eec14cea8e402aa6e1f199033025a847202532 (patch)
tree562d2c7c10f7192c18bdc1d01a7856df69b03c85
parent5d95f3209fb2d6155ecd76c7692d0ac71a14726c (diff)
downloadrails-40eec14cea8e402aa6e1f199033025a847202532.tar.gz
rails-40eec14cea8e402aa6e1f199033025a847202532.tar.bz2
rails-40eec14cea8e402aa6e1f199033025a847202532.zip
Oops, rdoc -> markdown.
This reverts commit 5d95f3209fb2d6155ecd76c7692d0ac71a14726c.
-rw-r--r--CONTRIBUTING3
-rw-r--r--CONTRIBUTING.md3
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.