Each release we open an issue that contains a tasklist of all the deployment docs pages. We work our way through the list checking off pages as we test them. See #402 as an example.
If a page isn't right we convert the task to an issue and then open a PR that closes the issue.
It seems that GitHub is removing tasklists in favour of regular lists and subissues. We should be able to remove the tasklist code fence and just use a regular checkbox list from now on as they now have a menu that provides a "convert to issue" button.
Each release we open an issue that contains a tasklist of all the deployment docs pages. We work our way through the list checking off pages as we test them. See #402 as an example.
If a page isn't right we convert the task to an issue and then open a PR that closes the issue.
We have a script that generates the issue which includes the tasklists.
https://github.com/rapidsai/deployment/blob/a2e7fe669e93010ffa62553d1b4681aa67d35a63/scripts/gen_release_checklist_issue.py#L75-L83
It seems that GitHub is removing tasklists in favour of regular lists and subissues. We should be able to remove the tasklist code fence and just use a regular checkbox list from now on as they now have a menu that provides a "convert to issue" button.