diff options
Diffstat (limited to 'Documentation/translations/zh_CN/process/5.Posting.rst')
-rw-r--r-- | Documentation/translations/zh_CN/process/5.Posting.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/translations/zh_CN/process/5.Posting.rst b/Documentation/translations/zh_CN/process/5.Posting.rst index 19a042170f36..12a9324d4b1a 100644 --- a/Documentation/translations/zh_CN/process/5.Posting.rst +++ b/Documentation/translations/zh_CN/process/5.Posting.rst @@ -159,8 +159,11 @@ bug搜寻人员想知道补丁是否负责他们正在追查的问题,想知 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 中找到,如果没有适当的签字,则不能合并到主线中。 - - Co-developed-by: 声明补丁也是由另一个开发人员和原始作者一起创建的。当多 - 个人在一个补丁上工作时,这很有用。注意,此人也需要在补丁中有一个签名行。 + - Co-developed-by: 声明补丁是由多个开发人员共同创建的;当几个人在一个补丁上 + 工作时,它用于将属性赋予共同作者(除了 From: 所赋予的作者之外)。因为 + Co-developed-by: 表示作者身份,所以每个共同开发人, 必须紧跟在相关合作作者 + 的签名之后。具体内容和示例可以在以下文件中找到 + :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` - Acked-by: 表示另一个开发人员(通常是相关代码的维护人员)同意补丁适合包含 在内核中。 |