1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Add subsection about contributing a patch as well as a link to the issue tracker

This commit is contained in:
Markus Prinz 2008-08-31 14:46:39 +02:00
parent 6326809e4d
commit d8fec168a6

View file

@ -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