there are tabs in files of xml dirctory which makes it not convenient… - #964
Conversation
|
This looks fine, but please amend the commit message to be more in line with our (not very well-documented) usual style. In this case, the first line should be something like "Low: xml: use spaces instead of tabs in schema files" and the current message could be below that for more detail. In general, the first line of the commit message should be less than 80 characters for easy screen browsing. The first word does not have strict rules, but commonly we use "Fix:" or "Feature:", or "High:" or "Low:" to indicate importance. The only real significance is that anything with "Feature:", "High:", "Fix:" or "Bug" will be considered for the release notes. For future reference, we rarely change existing schema files. They are intended to be the definitive description of the schema at a particular point in time, so new ones can be added, but old ones are usually not changed. Formatting-only changes such as this one can be an exception. |
|
Re formatting of the commit title (first line): And one correction: |
|
@liu4480 btw. if you are just after understanding the schema, you may |
|
Hi, Ken and jnpkrn, thanks for your advices |
|
Hi, I'm sorry, I meant that the commit message in the git repository needs to be changed. You can use "git commit --amend" to update the commit message and then force-push it, and this request will be updated automatically. The git commit messages are used to build the change log for each new release. |
there are tabs in files of xml dirctory which makes it not convenient to read when tab is not eight in some vimrc, this patch replaced tabs with 8 blanks
|
Hi, Ken |
|
Thanks! |
Low: xml: use spaces instead of tabs in schema files