1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Updated Commit Messages (markdown)

Michał Janiszewski
2016-07-12 00:30:34 +02:00
parent a0986aec0b
commit eaa2fdb50b

@@ -27,9 +27,18 @@ Further paragraphs come after blank lines.
```
**Bug Fix:**
Remember that each commit has to be understandable on its own, without having to cross-reference GitHub.
A commit message like `Fix #1234` is not acceptable.
```
Fix #3107: Number of sold items is reset after some time
Number of sold items was being overwritten by a memmove on the field
before it. Queue time changed to only be drawn for rides.
```
```
**Notes**
* If the first line of commit message is too long, GitHub's UI will fold it. It's very likely such commit won't get accepted.
* There has to be one line of space between the topic (first line) and body of commitmsg
* If you cannot fit the description and your commit is large, consider splitting it into smaller chunks.