From d8fec168a663c92530617dfbe2933737d849a9f8 Mon Sep 17 00:00:00 2001 From: Markus Prinz Date: Sun, 31 Aug 2008 14:46:39 +0200 Subject: [PATCH] Add subsection about contributing a patch as well as a link to the issue tracker --- README.rdoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rdoc b/README.rdoc index aa918cfa..da9e4a67 100644 --- a/README.rdoc +++ b/README.rdoc @@ -486,6 +486,19 @@ at the top of your sinatra_app.rb file: "I'm running on Version " + Sinatra::Version.combined end +== Contributing a patch + +There are several ways to do this. Probably the easiest (and preferred) way is to +fork Sinatra on GitHub (http://github.com/bmizerany/sinatra), push your changes +to your Sinatra repo, and then send Blake Mizerany (bmizerany on GitHub) a pull request. + +You can also create a patch file and attach it to a feature request or bug fix on the issue +tracker (see below) or send it to the mailing list (see Community section). + +== Issue tracking & feature requests + +http://sinatra.lighthouseapp.com/ + = Community == Mailing List