Nothing
names(my_plan)
# any milestone must have a title
purrr::map(my_plan, names) %>%
purrr::map_lgl(~length(intersect(., "title")) == 1) %>%
all()
# any issues must have titles
purrr::map(my_plan, "issue") %>%
purrr::modify_depth(2, "title") %>%
purrr::map_dbl(~sum(is.na(.)))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.