use_bioc_feature_request_template: Create a biocthis-style GitHub feature request template

View source: R/use_bioc_feature_request_template.R

use_bioc_feature_request_templateR Documentation

Create a biocthis-style GitHub feature request template

Description

This function is very similar to usethis::use_tidy_issue_template() except that it uses a template from biocthis and is tailored for feature requests.

Usage

use_bioc_feature_request_template()

Details

For more details on how this function came to be, check https://github.com/lcolladotor/biocthis/pull/33.

Value

This function adds and/or replaces the .github/ISSUE_TEMPLATE/feature_request_template.md file in your R package.

Examples

## Not run: 
## Run this function in your package
use_bioc_feature_request_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 feature request template GitHub file that is Bioconductor-friendly
biocthis::use_bioc_feature_request_template()

lcolladotor/biocthis documentation built on Jan. 17, 2024, 8:07 p.m.