Add MR GitLab or GitHub template and local issue template
add_git_templates.Rd
Add MR GitLab or GitHub template and local issue template
Usage
add_git_templates(
project_path = ".",
type = c("commit", "mr"),
target_dir = ".gitlab"
)
Examples
if (FALSE) {
add_git_templates(
project_path = project_path,
type = c("commit", "mr")
)
}