From e08796dd51b3c2a0a5f3378a9cbb58d236531844 Mon Sep 17 00:00:00 2001 From: Henrik Sloot <16246049+hsloot@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:30:44 +0100 Subject: [PATCH] Fix: typo --- R/build-home-md.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)