|
| 1 | +.. ----------------------------------------------------------------------------- |
| 2 | + (c) Crown copyright Met Office. All rights reserved. |
| 3 | + The file LICENCE, distributed with this code, contains details of the terms |
| 4 | + under which the code may be used. |
| 5 | + ----------------------------------------------------------------------------- |
| 6 | +
|
| 7 | +.. _milestones: |
| 8 | + |
| 9 | +Milestones and Projects |
| 10 | +======================= |
| 11 | + |
| 12 | +#. Tidy up all pull requests and issues for the completed milestone in the |
| 13 | + Simulation Systems Review and Issues Trackers. |
| 14 | + |
| 15 | + .. code-block:: shell |
| 16 | +
|
| 17 | + python SimSys_Scripts/gh_review_project/finish_milestone.py --milestone="<milestone title>" |
| 18 | +
|
| 19 | + with optional argument ``--dry`` to dry run the changes. |
| 20 | +
|
| 21 | + The script will prompt for you to continue after checking all PRs and issues |
| 22 | + are in a suitable state. If it flags items that need correcting then go to |
| 23 | + `Simulation Systems Review Tracker`_ and |
| 24 | + `Simulation Systems Issue Tracker`_ to manually sort them. |
| 25 | + |
| 26 | +#. As prompted by the above script, close the current milestone using: |
| 27 | + |
| 28 | + .. code-block:: shell |
| 29 | +
|
| 30 | + ./SimSys_Scripts/sbin/gh_manage_milestones -t <title of milestone> -m close |
| 31 | +
|
| 32 | +#. Open the next new milestone so that there are the same number of open milestones: |
| 33 | + |
| 34 | + .. code-block:: shell |
| 35 | +
|
| 36 | + ./SimSyS_Scripts/sbin/gh_manage_milestones -t <title> -d YYYY-MM-DDTHH:MM:SSZ -p <description> |
| 37 | +
|
| 38 | + * the title is ``Spring YYYY``, ``Summer YYYY`` or ``Autumn YYYY`` |
| 39 | + * the date is the first Wednesday in March, July or November |
| 40 | + * the description is ``Code Review deadline is <date> (SciTech review to be completed by this date)`` |
| 41 | + selecting a Friday at the end of January/May/September for the deadline. |
| 42 | + |
| 43 | +.. _Simulation Systems Review Tracker: https://github.com/orgs/MetOffice/projects/376 |
| 44 | +.. _Simulation Systems Issue Tracker: https://github.com/orgs/MetOffice/projects/418 |
0 commit comments