Update worklist information for contributors

When the worklists were first created, cdent was unaware of
how to make the worklists filter by story state so a tag of
'fixed' was being used to indicate "done".

This change updates the docs to reflect new awareness. The
associated worklists have already been updated.

Change-Id: I445b67ff85be7979805d72ac953f0853ee738f46
This commit is contained in:
Chris Dent 2019-04-30 15:28:23 -06:00
parent da3e8795f3
commit e9160abc20
1 changed files with 5 additions and 2 deletions

View File

@ -57,8 +57,11 @@ are used to create work lists.
maintenance or other development lifecycle issues that are not otherwise
a bug or feature.
When a story has been completed it can be removed from the list by being tagged
with ``fixed``.
When all the tasks in a story have a status of ``Merged`` or ``Invalid``, the
story will be considered complete and its status will change from ``Active`` to
either ``Merged`` or ``Invalid``. If there is at least one task in the
``Merged`` state, the story will be ``Merged``. The worklists above are
configured to only show stories that are ``Active``.
.. note::