From 6193f4d348a164b0e7692e0ad4a6f9e8ff9130f6 Mon Sep 17 00:00:00 2001 From: Ramy Asselin Date: Tue, 3 Mar 2015 11:18:10 -0800 Subject: [PATCH] Add Gerrit Topic to the spec template Using Gerrit Topics greatly facililates the reviews and tracking of changes related to a spec. Change-Id: I7b9cbab721bc78c3e2c72ca370f71bee7c4e7d14 --- template.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/template.rst b/template.rst index 903ee5d..5b10f17 100644 --- a/template.rst +++ b/template.rst @@ -61,6 +61,15 @@ Primary assignee: Can optionally list additional ids if they intend on doing substantial implementation work on this blueprint. +Gerrit Topic +------------ + +Use Gerrit topic "" for all patches related to this spec. + +.. code-block:: bash + + git-review -t + Work Items ----------