1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

+[ci skip] info

Richard Jenkins
2017-05-29 22:04:58 +01:00
parent 42a2e148a4
commit ed5df2b0f3

@@ -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.