Use the edit description to summarize what you did, so that one can quickly glance through the revision history and know what happened.
For edits that only changed the form of the post, I use a one-word description, e.g.
title: I improved the title (either to reflect the content of the question, or to be readable)
tags: I fixed the tags, typically from a poor attempt into something that follows the site's usage
formatting: formatting fixes, often code blocks but possibly other stuff
grammar or English: general language improvements (includes spelling as well, I see no point in making finer distinctions)
hyperlink (or sometimes added hyperlink or fixed hyperlink): I added a link to a reference site, or fixed a broken link
For edits that changed the content, I describe the changes in a few words. Here are examples from my recent edit history:
- show how to use a temporary file
- formatting; s/zshrc/zprofile
- tweak to only display headers since we don't care about the rest
- formatting; show how to get more readable output from cmdline
- removed signature
- added simpler strategy if starting with a minimum-sized stick
I like that the length of the edit summary is an indication of how much the code changed.
Here are a couple of counter-examples: edit descriptions that are not useful. (I still approved these suggested edits, but I'd have edited the description if it was possible.) These are from my recent history of reviewed suggested edits; I didn't find an example of a content-changing suggested edit that lacked an edit description, which makes me happy.
- some code is not in block so i want edit,,,,,, [!!!! Just write “formatting” or “code block”]
- Adding concurrency tag [Too much detail, or too little. Either just leave it at the automatically generated “edited tags”, or explain why you added that particular tag if you feel it wasn't obvious (here, it was).]
:-)) – Hendrik Vogt Jun 11 '11 at 9:16