diff --git a/R/build-home-md.R b/R/build-home-md.R index bfc1bfd03..bae48de99 100644 --- a/R/build-home-md.R +++ b/R/build-home-md.R @@ -18,7 +18,7 @@ build_home_md <- function(pkg) { } # Do not always include GH contribution (issue + PR) templates - gh_contrib_templates <- c("pull_request_template.md", "pull_request_template.md") + gh_contrib_templates <- c("issue_template.md", "pull_request_template.md") mds <- mds[!fs::path_file(mds) %in% gh_contrib_templates] lapply(mds, render_md, pkg = pkg)