use_bioc_issue_template {biocthis} | R Documentation |
This function is very similar to usethis::use_tidy_issue_template()
except
that it uses a template from biocthis
.
use_bioc_issue_template()
For more details on how this function came to be, check https://github.com/r-lib/usethis/issues/1108.
This function adds and/or replaces the
.github/ISSUE_TEMPLATE/issue_tempalte.md
file in your R package.
## Not run: ## Run this function in your package use_bioc_issue_template() ## End(Not run) ## Create an example package for illustrative purposes. ## Note: you do not need to run this for your own package! pkgdir <- biocthis_example_pkg() ## Create a template GitHub issue file that is Bioconductor-friendly biocthis::use_bioc_issue_template()