Hey guys, I got a bug submission system running for Futon. Basically the idea is that people can write tests directly in Futon and then submit them to an Appengine web service. There's also a listing/search mechanism in Futon for submitted bugs.
The original plan was to make it super easy for people to submit failing test cases. Now I'm sending out a call for feed back and any thoughts on what features or fixes I should work on next. Code is at: http://github.com/davisp/couchdb.git $ git clone git://github.com/davisp/cuchdb.git $ cd couchdb $ git checkout -b bugs origin/bugs $ ./bootstrap && ./configure && make $ sudo make install Let me know what you think
