From 5d95f3209fb2d6155ecd76c7692d0ac71a14726c Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 17 Sep 2012 10:04:36 -0700 Subject: GitHub isn't rendering Markdown for CONTRIBUTING.md. Rely on autolinked URL instead. --- CONTRIBUTING | 3 +++ CONTRIBUTING.md | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 CONTRIBUTING delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000000..8ea849322c --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index 5a6764014e..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,5 +0,0 @@ -== Contributing - -Ruby on Rails is a volunteer effort. We encourage you to pitch in! - -Please check out the {Contributing to Rails guide}[http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html] to get started. {Join us}[http://contributors.rubyonrails.org]! -- cgit v1.2.3