View source: R/use_issue_template.R
use_issue_template | R Documentation |
Creates one or more Issue Templates to be used in a GitHub repository.
use_issue_template(
templates = c("bug_report.md", "feature_request.md"),
save_dir = here::here(".github", "ISSUE_TEMPLATE"),
path = file.path(save_dir, templates),
force_new = FALSE,
show = FALSE,
verbose = TRUE
)
templates |
The names of templates to be used. |
save_dir |
Directory to save the Docker file to. |
path |
Path to the Docker file. |
force_new |
If a Docker file already exists, overwrite it
(default: |
show |
Print the contents of the Docker file in the R console. |
verbose |
Print messages. |
Path to Issue Templates.
path <- use_issue_template(save_dir=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.