Re: [PATCH v4] docs: translations: pt_BR: fix email-clients.rst and add to index
Jonathan Corbet <[email protected]> Mon, 03 Aug 2026 12:55:01 -0600
| Newsgroups | org.kernel.vger.linux-doc |
|---|---|
| Message-ID | <[email protected]> |
Ygor Otavio <[email protected]> writes: > For V1 Translates the documentation regarding email clients info for > Linux into Brazilian Portuguese, maintaining consistency with original > formatting rules. > For V2, the erros "bullet list ends without a blank line" and "inline > interpreted text start-string without end-string" were fixed. The others > erros that appeared after the submission of V2 ware also fixed. > For V3, the spelling errors pointed out during the review were > corrected, and the missing index.rst file was added > For V4, The last spelling and character errors have been corrected. > > Signed-off-by: Ygor Otavio <[email protected]> > --- > Documentation/translations/pt_BR/index.rst | 1 + > .../pt_BR/process/email-clients.rst | 368 ++++++++++++++++++ > 2 files changed, 369 insertions(+) > create mode 100644 Documentation/translations/pt_BR/process/email-clients.rst That is not an even remotely appropriate subject line or changelog. Your subject should be "docs: pt_BR: translate email-clients.rst" or something similar. The changelog should describe the *patch*, not the process that led up to it. That sort of inter-version information can be useful, but it belongs after the "---" line so that the maintainer does not have to edit it out. I have applied the patch and fixed things up this time. Thanks, jon