rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 31 forks source link

Tasklists being replaced with sub-issues #428

Closed jacobtomlinson closed 1 month ago

jacobtomlinson commented 1 month ago

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.

Image

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.

Image

jacobtomlinson commented 1 month ago

cc @jarmak-nv to confirm this is the case