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
This commit is contained in:
Chris Dent
2019-04-02 14:57:57 +01:00
parent a427641759
commit 3d29a4b7d8

View File

@@ -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``.