Submitting code
From ShowSlow
Submitting code is easy:
- Check out the latest code from the trunk:
svn checkout http://showslow.googlecode.com/svn/trunk/ showslow_dev
- Generate some data or import a data dump http://www.showslow.com/dump.sql.gz
- Fix a problem or add new feature ;)
- Then run diff like so
svn diff >my_contrib_username.patch
- Then find a bug related to the issue or open a new task/bug in issue tracker
- Attach your patch to the bug, write a good description so others can test and check it in.

