Subsequent fixes in goal selection process changes

A number of small improvements were suggested during the review of
the separation of goal definition from goal selection. Rather than
update in place and lose the already-cast votes, let's propose those
as a subsequent change.

Change-Id: I76bda8256a8fad9a2aeea4208b6ff54f9ba9d7b9
This commit is contained in:
Thierry Carrez 2019-08-22 10:45:31 +02:00
parent dc88521cf1
commit cae6a24abf
1 changed files with 5 additions and 3 deletions

View File

@ -78,14 +78,16 @@ planning and other discussion at the PTG event at the start of the cycle.
To define goals for a release cycle, a TC member should first set up the
new series-specific directory under ``/goals/selected/`` in one patch (for
example, create a ``/goals/selected/unicorn`` subdirectory for the Unicorn
example, create a ``/goals/selected/train/`` subdirectory for the Train
release). Then a selection of goals can be proposed: a single subsequent
patch moving a set of goals from the ``/goals/proposed/`` directory to the
new ``/goals/selected/$series/`` subdirectory.
new ``/goals/selected/<RELEASENAME>/`` subdirectory.
This allows to consider the proposed series goals as a group, and take
into account how feasible they are together, considering the timing and
cycle length.
cycle length. Champions for selected goals should +1 this patch to confirm
they are ready to work on their goal in the chosen cycle.
Tracking Goal Progress
----------------------