From: Lou Berger Date: Tue, 28 Aug 2018 21:13:26 +0000 (-0400) Subject: doc: add comment on PR title and description X-Git-Tag: frr-6.1-dev~7 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=01bf2ccbdb0fdd5f32d058998f1712ae6a78c54b;p=mirror_frr.git doc: add comment on PR title and description Signed-off-by: Lou Berger --- diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index 358cb9ac7..5a88ac8d1 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -135,6 +135,11 @@ systems. Once the automated tests succeed, other developers will review your code for quality and correctness. After any concerns are resolved, your code will be merged into the branch it was submitted against. +The title of the pull request should provide a high level technical +summary of the included patches. The description should provide +additional details that will help the reviewer to understand the context +of the included patches. + Patch Submission via Mailing List ---------------------------------