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