powered by
Creates one or more Issue Templates to be used in a GitHub repository.
use_issue_template( templates = c("bug_report.yml", "feature_request.yml", "config.yml"), save_dir = here::here(".github", "ISSUE_TEMPLATE"), path = file.path(save_dir, templates), force_new = FALSE, show = FALSE, verbose = TRUE )
Path to Issue Templates.
The names of templates to be used.
Directory to save the Docker file to.
Path to the Docker file.
If a Docker file already exists, overwrite it (default: FALSE).
FALSE
Print the contents of the Docker file in the R console.
Print messages.
path <- use_issue_template(save_dir=tempdir())
Run the code above in your browser using DataLab