docs(contributing): Remove underscore from BREAKING_CHANGE

See https://github.com/hyperium/hyper/pull/419
This commit is contained in:
Pyfisch
2015-04-02 19:07:08 +02:00
parent 34220211f6
commit 34392d9c5b

View File

@@ -67,7 +67,7 @@ The body should include the motivation for the change and contrast this with pre
The footer should contain any information about **Breaking Changes** and is also the place to
reference GitHub issues that this commit **Closes**.
The last line of commits introducing breaking changes should be in the form `BREAKING_CHANGE: <desc>`
The last line of commits introducing breaking changes should be in the form `BREAKING CHANGE: <desc>`
A detailed explanation can be found in this [document][commit-message-format].