Use preformatted text for example commit message

We want to highlight that lines are hard wrapped in a commit message,
and using the typical Markdown blockquote syntax fails to achieve
that.
This commit is contained in:
Travis Cross 2014-09-18 21:08:14 +00:00
parent 1d80915637
commit c166afb676
1 changed files with 13 additions and 13 deletions

View File

@ -102,19 +102,19 @@ The commit subject is the first line of your commit message, then
there is an empty line, then your commit body starts. A good commit
message might look like this:
> Add frobinator support to mod_sofia
>
> Without proper frobinator support users had to make multiple calls
> to shell scripts to do the sort of frobbing needed in high call
> volume environments.
>
> With this change, we now link to libfrob and support the IETF
> draft-cross-voip-frobbing API.
>
> After appropriate amounts of frobbing have been done, a new variable
> `frobbing_done` is set in the caller's channel.
>
> FS-XXXX #resolve
Add frobinator support to mod_sofia
Without proper frobinator support users had to make multiple calls
to shell scripts to do the sort of frobbing needed in high call
volume environments.
With this change, we now link to libfrob and support the IETF
draft-cross-voip-frobbing API.
After appropriate amounts of frobbing have been done, a new variable
`frobbing_done` is set in the caller's channel.
FS-XXXX #resolve
Patches Related to JIRA Issues
------------------------------