Fixing Comic Modules

The preferred method for submitting patches would be to create a ticket and attach a darcs patch bundle. The following is example syntax for creating a darcs patch bundle:

darcs send -o mypatch.bundle

Second prize would be attaching a diff file created with -u output to a ticket:

diff -u oldfile newfile > mydiff

Adding Comic Modules

Once again the preferred method is attaching a darcs patch bundle to a ticket, however attaching the relevant python modules to a ticket is fine.

Issues

Creating a ticket in Trac, with the correct information filled in, detailing the problem or suggestion is the best way of submitting an issue or bug report. Try and make the ticket as complete as possible but keep tickets small.