|
73 | 73 | > Fixed particle effect of USA Missile Defender |
74 | 74 |
|
75 | 75 | When a text refers to a faction unit, structure, upgrade or similar, then the unit should be worded without any |
76 | | -abbrevations and should be prefixed with the faction name. Valid faction names are USA, China, GLA, Boss, Civilian. |
| 76 | +abbreviations and should be prefixed with the faction name. Valid faction names are USA, China, GLA, Boss, Civilian. |
77 | 77 | Subfaction names can be appended too, for example GLA Stealth. |
78 | 78 |
|
79 | 79 | Good: |
@@ -104,7 +104,7 @@ The `Patch104p` word and `@keyword` are mandatory. `author` and date can be omit |
104 | 104 | | @feature | Adding something new | |
105 | 105 | | @fix | Fixing something, but is not a user facing bug | |
106 | 106 | | @performance | Improving performance | |
107 | | -| @refactor | Moving or rewriting code, but does not change the behaviour | |
| 107 | +| @refactor | Moving or rewriting code, but does not change the behavior | |
108 | 108 | | @tweak | Changing some values or settings | |
109 | 109 |
|
110 | 110 | Block comment sample |
@@ -153,6 +153,6 @@ appended. The rationale explains why the given change makes sense. |
153 | 153 | Every change needs to be accompanied with a yaml definition file for the change log generation. It is supposed to |
154 | 154 | contain concise information for the change. The yaml file needs to be created inside the `Patch104pZH/Design/Changes` |
155 | 155 | folder or the appropriate subfolder. There is a template.yaml file that can be used as a base. The name of the file |
156 | | -begins with the number of the Pull Request and a few words to summarize the essence of the change, seperated by |
| 156 | +begins with the number of the Pull Request and a few words to summarize the essence of the change, separated by |
157 | 157 | underscores. It is possible that a new change extends an existing yaml file instead of creating a new one. In that case |
158 | 158 | a txt file with the same naming rules can be created to refer to the actual yaml file. |
0 commit comments