mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Updated Commit Messages (markdown)
@@ -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.
|
||||
Reference in New Issue
Block a user