<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,26 @@
 
 First, if you haven't done so already, check out the main usage[http://ts.freelancing-gods.com/usage.html] page. Once you've done that, the next place to look for information is the specific method docs - ThinkingSphinx::Search and ThinkingSphinx::Index::Builder in particular.
 
+== Contributing
+
+Fork on GitHub and after you've committed tested patches, send a pull request.
+
+To get the spec suite running, you will need to install the not-a-mock gem if you don't already have it:
+
+  git clone git://github.com/freelancing-god/not-a-mock.git
+  cd not-a-mock
+  rake gem
+  gem install pkg/not_a_mock-1.1.0.gem
+
+Then set up your database
+
+  cp spec/fixtures/database.yml.default spec/fixtures/database.yml
+  mysqladmin -u root create thinking_sphinx
+
+You should now have a passing test suite from which to build your patch on.
+
+  rake spec
+
 == Contributors
 
 Since I first released this library, there's been quite a few people who have submitted patches, to my immense gratitude. Others have suggested syntax changes and general improvements. So my thanks to the following people:
@@ -22,4 +42,5 @@ Since I first released this library, there's been quite a few people who have su
 - Patrick Lenz
 - Bj&#246;rn Andreasson
 - James Healy
-- Jae-Jun Hwang
\ No newline at end of file
+- Jae-Jun Hwang
+- Xavier Shay
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bea01e9888c49b2adb876a55392ec6d369cbead5</id>
    </parent>
  </parents>
  <author>
    <name>Xavier Shay</name>
    <email>xavier@rhnh.net</email>
  </author>
  <url>http://github.com/freelancing-god/thinking-sphinx/commit/fad37950195e33700a2d3181404102a76e0a5e5b</url>
  <id>fad37950195e33700a2d3181404102a76e0a5e5b</id>
  <committed-date>2008-05-23T22:49:11-07:00</committed-date>
  <authored-date>2008-05-19T02:28:18-07:00</authored-date>
  <message>Added 'Contributing' section to README explaining how to get not-a-mock and how to configure your database to run specs</message>
  <tree>6ca88ace18ef30c0673f21e65de476fb2cd4086b</tree>
  <committer>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </committer>
</commit>
