mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
+[ci skip] info
@@ -38,9 +38,12 @@ 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**
|
||||
### **Text-only commits**
|
||||
If you are **only** making a change to text files (e.g. the changelog), please put `[ci skip]` as the body of the commit message. This tells the continuous integration systems not to process the commit - CI isn't needed for changes that don't touch the code.
|
||||
|
||||
### **Notes**
|
||||
* A commit message should say what the change **includes** and **why**.
|
||||
* The summary should start with a verb in the present tense (e.g. Add, change, fix etc.).
|
||||
* If the first line of commit message is over 72 characters, GitHub's UI will fold it.
|
||||
* 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.
|
||||
Reference in New Issue
Block a user