Milestones and Projects#
Tidy up all pull requests and issues for the completed milestone in the Simulation Systems Review and Issues Trackers.
python SimSys_Scripts/gh_review_project/finish_milestone.py --milestone="<milestone title>" with optional argument ``--dry`` to dry run the changes.
The script will prompt for you to continue after checking all PRs and issues are in a suitable state. If it flags items that need correcting then go to Simulation Systems Review Tracker and Simulation Systems Issue Tracker to manually sort them.
As prompted by the above script, close the current milestone using:
./SimSys_Scripts/sbin/gh_manage_milestones -t <title of milestone> -m close
Open the next new milestone so that there are the same number of open milestones:
./SimSyS_Scripts/sbin/gh_manage_milestones -t <title> -d YYYY-MM-DDTHH:MM:SSZ -p <description>
the title is
Spring YYYY,Summer YYYYorAutumn YYYYthe date is the first Wednesday in March, July or November
the description is
Code Review deadline is <date> (SciTech review to be completed by this date)selecting a Friday at the end of January/May/September for the deadline.