1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 02:05:13 +01:00

Updated Commit Messages (markdown)

Margen67
2021-04-20 12:31:43 -10:00
parent 9aefbf87ac
commit 7b292590cd

@@ -25,12 +25,10 @@ Further paragraphs come after blank lines.
- Use a hanging indent
```
**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
@@ -44,4 +42,4 @@ before it. Queue time changed to only be drawn for rides.
* If the first line of commit message is over 72 characters, GitHub's UI will fold it. Please keep the first line below this limit.
* 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.
* As of https://github.com/OpenRCT2/OpenRCT2/pull/11410 at least the basic commit message style will be enforced by CI
* As of [#11410](https://github.com/OpenRCT2/OpenRCT2/pull/11410) at least the basic commit message style will be enforced by CI.