diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2016-11-16 13:08:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-16 13:08:28 +0100 |
commit | 959683c3d8f7aaa7469d5758c7698e0da108b406 (patch) | |
tree | b8143ced30a5d89a45f0c33de9c46a18e7613b26 | |
parent | 15cdb5219cd8f54fb7d7e3f5e37cd8ae809833bf (diff) |
Add missing commit title in the log example
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
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. |