Submitting code

From ShowSlow

Jump to: navigation, search

Submitting code is easy:

  • Check out the latest code from the trunk:
svn checkout http://showslow.googlecode.com/svn/trunk/ showslow_dev
  • 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.