The code has new behavior. Performance and documentation improvements are
considered features. These changes would typically go into a "feature
release".
-* **Bug**
+* **Fix**
The code fixes a bug, regression, or otherwise unintended behavior. These
changes would typically go into a "patch" release.
```
The summary must be on a line of its own, with a "ChangeLog:" prefix at the
-beginning of the line. The text should start with "Foo plugin" or "collectd"
-(when making changes to the daemon itself) to give the reader context for the
-information. Other common contexts are "collectd" for the core daemon, "Build
+beginning of the line. To give the reader context for the information, the text
+should start with "${name} plugin" when making changes to a plugin, and
+"collectd" for the core daemon changes. Other common contexts are "Build
system", and "Documentation". Use past tense and passive voice the for
remainder, e.g. "a bug has been fixed", "a feature has been added".