From 3d29a4b7d8072d523ed3fc33ae74cf77b17cb4f1 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 2 Apr 2019 14:57:57 +0100 Subject: [PATCH] Correct task status when a task is under review "Progress" is the wrong state for a task that has been submitted for review. The correct state is "Review". Update contributing.rst to reflect this. Change-Id: I221fc533ba86e82dc6f119ef20fc25a54a162f92 --- doc/source/contributor/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 401a63e4d..8b8cef5fb 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -75,7 +75,7 @@ automatically link to StoryBoard if you include ``Story:`` and, optionally, Using solely ``Story:`` will leave a comment referring back to the commit in gerrit. Adding ``Task:`` will update the identified task to indicate it is in a -``Progress`` state. When the change merges, the state will be updated to +``Review`` state. When the change merges, the state will be updated to ``Merged``.