Closed nhardy closed 10 years ago
One in particular was submitting words on a story less than 5 words long causing an uncaught exception.
How to fix; http://stackoverflow.com/a/15541689/1433288 What does it mean to cherry pick; http://stackoverflow.com/a/9339460/1433288
...guys?
I'll work out something...
What bugs did you fix? Better to be explicit, since there are a few commits here. Also maybe split things like vote removal (in the future, at least) into their own feature branch.
git checkout -b feature-branch
,git push -u origin feature-branch
, etc. Easier to follow that way.