]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: add comment on PR title and description
authorLou Berger <lberger@labn.net>
Tue, 28 Aug 2018 21:13:26 +0000 (17:13 -0400)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 29 Aug 2018 07:48:12 +0000 (09:48 +0200)
Signed-off-by: Lou Berger <lberger@labn.net>
doc/developer/workflow.rst

index 358cb9ac7bf79434e8fe09e147ba954e2755d990..5a88ac8d1fd2b44fa0994df3dfefa972ae2549b5 100644 (file)
@@ -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
 ---------------------------------