From 34392d9c5ba1f82c2576f6886b61c4ac54ab75c9 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Thu, 2 Apr 2015 19:07:08 +0200 Subject: [PATCH] docs(contributing): Remove underscore from `BREAKING_CHANGE` See https://github.com/hyperium/hyper/pull/419 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3e23bf0..2a6d42d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: ` +The last line of commits introducing breaking changes should be in the form `BREAKING CHANGE: ` A detailed explanation can be found in this [document][commit-message-format].