From 959683c3d8f7aaa7469d5758c7698e0da108b406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 16 Nov 2016 13:08:28 +0100 Subject: [PATCH] Add missing commit title in the log example --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8b21811a1..fc088ab14b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,6 +63,8 @@ The short title is the most important part, as it is what will appear in the `sh Here's an example of a well-formatted commit log (note how the extended description is also manually wrapped at 80 chars for readability): ``` +Prevent French fries carbonization by fixing heat regulation + When using the French fries frying module, Godot would not regulate the heat and thus bring the oil bath to supercritical liquid conditions, thus causing unwanted side effects in the physics engine.