* [PATCH v2] docs: pt_BR: update maintainer-handbooks
@ 2026-05-28 4:19 Amanda Corrêa
2026-05-28 12:57 ` Daniel Pereira
2026-06-01 18:46 ` Jonathan Corbet
0 siblings, 2 replies; 8+ messages in thread
From: Amanda Corrêa @ 2026-05-28 4:19 UTC (permalink / raw)
To: Daniel Pereira; +Cc: linux-doc, Amanda Corrêa
Update the content of the maintainer-handbooks documentation
to Brazilian Portuguese.
v2: Update maintainer-handbooks documentation based on the actual latest version of the English
documentation. Prior version was based on an older version of the English documentation, which caused
some inconsistencies between the two versions.
This update ensures that the Brazilian Portuguese documentation is in sync with the latest English
version, providing accurate and up-to-date information.
Signed-off-by: Amanda Corrêa <amandacorreasilvax@gmail.com>
---
.../pt_BR/process/maintainer-handbooks.rst | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/Documentation/translations/pt_BR/process/maintainer-handbooks.rst b/Documentation/translations/pt_BR/process/maintainer-handbooks.rst
index bf7a38147..b7aab788f 100644
--- a/Documentation/translations/pt_BR/process/maintainer-handbooks.rst
+++ b/Documentation/translations/pt_BR/process/maintainer-handbooks.rst
@@ -6,14 +6,17 @@ Notas sobre o processo de desenvolvimento de subsistemas e mantenedores
O propósito deste documento é fornecer informações específicas de
subsistemas que são suplementares ao manual geral do processo de
desenvolvimento.
+:ref:`Documentation/process <development_process_main>`.
-Conteúdos:
+Para desenvolvedores, veja abaixo todos os guias específicos de
+subsistemas conhecidos. Se o subsistema para o qual você está
+contribuindo não tiver um guia listado aqui, é recomendável buscar
+esclarecimentos sobre as questões levantadas em
+Documentation/maintainer/maintainer-entry-profile.rst.
-.. toctree::
- :numbered:
- :maxdepth: 2
+Para mantenedores, considere documentar requisitos adicionais e
+expectativas caso as submissões frequentemente deixem de atender
+a critérios específicos de submissão. Veja
+Documentation/maintainer/maintainer-entry-profile.rst.
- maintainer-netdev
- maintainer-soc
- maintainer-soc-clean-dts
- maintainer-kvm-x86
+.. maintainers-profile-toc::
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v2] docs: pt_BR: update maintainer-handbooks
2026-05-28 4:19 [PATCH v2] docs: pt_BR: update maintainer-handbooks Amanda Corrêa
@ 2026-05-28 12:57 ` Daniel Pereira
2026-05-28 14:47 ` Jonathan Corbet
2026-06-01 18:46 ` Jonathan Corbet
1 sibling, 1 reply; 8+ messages in thread
From: Daniel Pereira @ 2026-05-28 12:57 UTC (permalink / raw)
To: Amanda Corrêa; +Cc: linux-doc
On Thu, May 28, 2026 at 1:20 AM Amanda Corrêa
<amandacorreasilvax@gmail.com> wrote:
>
> Update the content of the maintainer-handbooks documentation
> to Brazilian Portuguese.
>
> v2: Update maintainer-handbooks documentation based on the actual latest version of the English
> documentation. Prior version was based on an older version of the English documentation, which caused
> some inconsistencies between the two versions.
> This update ensures that the Brazilian Portuguese documentation is in sync with the latest English
> version, providing accurate and up-to-date information.
>
> Signed-off-by: Amanda Corrêa <amandacorreasilvax@gmail.com>
> ---
> .../pt_BR/process/maintainer-handbooks.rst | 19 +++++++++++--------
> 1 file changed, 11 insertions(+), 8 deletions(-)
Hi Amanda,
I believe this is your first contribution.
I noticed that the titles for v1 and v2 of this patch were different.
When sending subsequent versions, please maintain the exact same
subject line, only updating the version tag (e.g., from [PATCH v1] to
[PATCH v2]). This helps significantly with identification.
Regarding the content, the Portuguese grammar is correct, and the
change makes sense.
Thanks,
Acked-by: Daniel Pereira
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] docs: pt_BR: update maintainer-handbooks
2026-05-28 12:57 ` Daniel Pereira
@ 2026-05-28 14:47 ` Jonathan Corbet
2026-05-28 17:22 ` Daniel Pereira
0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2026-05-28 14:47 UTC (permalink / raw)
To: Daniel Pereira, Amanda Corrêa; +Cc: linux-doc
Daniel Pereira <danielmaraboo@gmail.com> writes:
> On Thu, May 28, 2026 at 1:20 AM Amanda Corrêa
> <amandacorreasilvax@gmail.com> wrote:
>>
>> Update the content of the maintainer-handbooks documentation
>> to Brazilian Portuguese.
>>
>> v2: Update maintainer-handbooks documentation based on the actual latest version of the English
>> documentation. Prior version was based on an older version of the English documentation, which caused
>> some inconsistencies between the two versions.
>> This update ensures that the Brazilian Portuguese documentation is in sync with the latest English
>> version, providing accurate and up-to-date information.
>>
>> Signed-off-by: Amanda Corrêa <amandacorreasilvax@gmail.com>
>> ---
>> .../pt_BR/process/maintainer-handbooks.rst | 19 +++++++++++--------
>> 1 file changed, 11 insertions(+), 8 deletions(-)
>
> Hi Amanda,
>
> I believe this is your first contribution.
>
> I noticed that the titles for v1 and v2 of this patch were different.
> When sending subsequent versions, please maintain the exact same
> subject line, only updating the version tag (e.g., from [PATCH v1] to
> [PATCH v2]). This helps significantly with identification.
>
> Regarding the content, the Portuguese grammar is correct, and the
> change makes sense.
Is that an Acked-by?
Thanks,
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] docs: pt_BR: update maintainer-handbooks
2026-05-28 14:47 ` Jonathan Corbet
@ 2026-05-28 17:22 ` Daniel Pereira
2026-05-28 18:10 ` Jonathan Corbet
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Pereira @ 2026-05-28 17:22 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Amanda Corrêa, linux-doc
On Thu, May 28, 2026 at 11:47 AM Jonathan Corbet <corbet@lwn.net> wrote:
>
>
> Is that an Acked-by?
>
> Thanks,
>
> jon
Hi Jon,
Yes, that is an Acked-by.
The preceding text was just a note to Amanda regarding maintaining a
consistent subject line for her future contributions, but the patch
itself is fine.
Thanks,
Daniel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] docs: pt_BR: update maintainer-handbooks
2026-05-28 17:22 ` Daniel Pereira
@ 2026-05-28 18:10 ` Jonathan Corbet
2026-06-01 10:00 ` Daniel Pereira
0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2026-05-28 18:10 UTC (permalink / raw)
To: Daniel Pereira; +Cc: Amanda Corrêa, linux-doc
Daniel Pereira <danielmaraboo@gmail.com> writes:
> On Thu, May 28, 2026 at 11:47 AM Jonathan Corbet <corbet@lwn.net> wrote:
>>
>
>>
>> Is that an Acked-by?
>>
>> Thanks,
>>
>> jon
>
> Hi Jon,
>
> Yes, that is an Acked-by.
Please actually given an Acked-by line when you do that - it makes the
signal unambiguous and the tools can pick it up.
Thanks,
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] docs: pt_BR: update maintainer-handbooks
2026-05-28 18:10 ` Jonathan Corbet
@ 2026-06-01 10:00 ` Daniel Pereira
0 siblings, 0 replies; 8+ messages in thread
From: Daniel Pereira @ 2026-06-01 10:00 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Amanda Corrêa, linux-doc
On Thu, May 28, 2026 at 3:10 PM Jonathan Corbet <corbet@lwn.net> wrote:
>
> Daniel Pereira <danielmaraboo@gmail.com> writes:
>
> > On Thu, May 28, 2026 at 11:47 AM Jonathan Corbet <corbet@lwn.net> wrote:
> >>
> >
> >>
> >> Is that an Acked-by?
> >>
> >> Thanks,
> >>
> >> jon
> >
> > Hi Jon,
> >
> > Yes, that is an Acked-by.
>
> Please actually given an Acked-by line when you do that - it makes the
> signal unambiguous and the tools can pick it up.
>
> Thanks,
>
> jon
HI Jon,
OK.
Acked-by: Daniel Pereira <danielmaraboo@gmail.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] docs: pt_BR: update maintainer-handbooks
2026-05-28 4:19 [PATCH v2] docs: pt_BR: update maintainer-handbooks Amanda Corrêa
2026-05-28 12:57 ` Daniel Pereira
@ 2026-06-01 18:46 ` Jonathan Corbet
1 sibling, 0 replies; 8+ messages in thread
From: Jonathan Corbet @ 2026-06-01 18:46 UTC (permalink / raw)
To: Amanda Corrêa, Daniel Pereira; +Cc: linux-doc, Amanda Corrêa
Amanda Corrêa <amandacorreasilvax@gmail.com> writes:
> Update the content of the maintainer-handbooks documentation
> to Brazilian Portuguese.
>
> v2: Update maintainer-handbooks documentation based on the actual latest version of the English
> documentation. Prior version was based on an older version of the English documentation, which caused
> some inconsistencies between the two versions.
> This update ensures that the Brazilian Portuguese documentation is in sync with the latest English
> version, providing accurate and up-to-date information.
>
> Signed-off-by: Amanda Corrêa <amandacorreasilvax@gmail.com>
> ---
> .../pt_BR/process/maintainer-handbooks.rst | 19 +++++++++++--------
> 1 file changed, 11 insertions(+), 8 deletions(-)
I have applied this, thanks.
For future reference:
- It is good to say what changed in a new version of the patch, but
please put that information after the "---" line so that the
maintainer does not have to edit it out.
- New versions of a patch should be posted standalone, rather than as a
response to a previous version.
Thanks for working to improve our documentation!
jn
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH v2] docs: pt_BR: update maintainer-handbooks
@ 2026-05-28 4:17 Amanda Corrêa
0 siblings, 0 replies; 8+ messages in thread
From: Amanda Corrêa @ 2026-05-28 4:17 UTC (permalink / raw)
To: Daniel Pereira; +Cc: linux-doc, Amanda Corrêa
From: Amanda Corrêa <amandacorreasilvax@gmail.com>
Update the content of the maintainer-handbooks documentation
to Brazilian Portuguese.
v2: Update maintainer-handbooks documentation based on the actual latest version of the English
documentation. Prior version was based on an older version of the English documentation, which caused
some inconsistencies between the two versions.
This update ensures that the Brazilian Portuguese documentation is in sync with the latest English
version, providing accurate and up-to-date information.
Signed-off-by: Amanda Corrêa <amandacorreasilvax@gmail.com>
---
.../pt_BR/process/maintainer-handbooks.rst | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/Documentation/translations/pt_BR/process/maintainer-handbooks.rst b/Documentation/translations/pt_BR/process/maintainer-handbooks.rst
index bf7a38147..b7aab788f 100644
--- a/Documentation/translations/pt_BR/process/maintainer-handbooks.rst
+++ b/Documentation/translations/pt_BR/process/maintainer-handbooks.rst
@@ -6,14 +6,17 @@ Notas sobre o processo de desenvolvimento de subsistemas e mantenedores
O propósito deste documento é fornecer informações específicas de
subsistemas que são suplementares ao manual geral do processo de
desenvolvimento.
+:ref:`Documentation/process <development_process_main>`.
-Conteúdos:
+Para desenvolvedores, veja abaixo todos os guias específicos de
+subsistemas conhecidos. Se o subsistema para o qual você está
+contribuindo não tiver um guia listado aqui, é recomendável buscar
+esclarecimentos sobre as questões levantadas em
+Documentation/maintainer/maintainer-entry-profile.rst.
-.. toctree::
- :numbered:
- :maxdepth: 2
+Para mantenedores, considere documentar requisitos adicionais e
+expectativas caso as submissões frequentemente deixem de atender
+a critérios específicos de submissão. Veja
+Documentation/maintainer/maintainer-entry-profile.rst.
- maintainer-netdev
- maintainer-soc
- maintainer-soc-clean-dts
- maintainer-kvm-x86
+.. maintainers-profile-toc::
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-06-01 18:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 4:19 [PATCH v2] docs: pt_BR: update maintainer-handbooks Amanda Corrêa
2026-05-28 12:57 ` Daniel Pereira
2026-05-28 14:47 ` Jonathan Corbet
2026-05-28 17:22 ` Daniel Pereira
2026-05-28 18:10 ` Jonathan Corbet
2026-06-01 10:00 ` Daniel Pereira
2026-06-01 18:46 ` Jonathan Corbet
-- strict thread matches above, loose matches on Subject: below --
2026-05-28 4:17 Amanda Corrêa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox