From: Daniel Pereira Date: Thu, 26 Feb 2026 22:58:48 +0000 (-0300) Subject: docs: pt_BR: Add translation for maintainer-handbooks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8975709eae716666b864316503e3acb88ffe06e;p=thirdparty%2Fkernel%2Flinux.git docs: pt_BR: Add translation for maintainer-handbooks Translate the maintainer-handbooks.rst into Portuguese (Brazil) and update the main index to include it. This document provides a starting point for subsystem-specific development processes. Signed-off-by: Daniel Pereira Signed-off-by: Jonathan Corbet Message-ID: <20260226225849.268373-1-danielmaraboo@gmail.com> --- diff --git a/Documentation/translations/pt_BR/index.rst b/Documentation/translations/pt_BR/index.rst index 55f9f377e2018..de5c005f91d62 100644 --- a/Documentation/translations/pt_BR/index.rst +++ b/Documentation/translations/pt_BR/index.rst @@ -68,3 +68,4 @@ kernel e sobre como ver seu trabalho integrado. Como começar Requisitos mínimos + Manuais dos mantenedores diff --git a/Documentation/translations/pt_BR/process/maintainer-handbooks.rst b/Documentation/translations/pt_BR/process/maintainer-handbooks.rst new file mode 100644 index 0000000000000..eb650bc6006c2 --- /dev/null +++ b/Documentation/translations/pt_BR/process/maintainer-handbooks.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0 + +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 `.