diff --git a/Commit-Messages.md b/Commit-Messages.md index e2212a1..5fdbeae 100644 --- a/Commit-Messages.md +++ b/Commit-Messages.md @@ -38,12 +38,10 @@ Number of sold items was being overwritten by a memmove on the field before it. Queue time changed to only be drawn for rides. ``` -### **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. 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. \ No newline at end of file +* 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 \ No newline at end of file