use_bcgov_code_of_conduct: Add a CODE_OF_CONDUCT.md file to the project directory

View source: R/use.R

use_bcgov_code_of_conductR Documentation

Add a CODE_OF_CONDUCT.md file to the project directory

Description

Add a CODE_OF_CONDUCT.md file to the project directory

Usage

use_bcgov_code_of_conduct(coc_email = get_coc_email())

Arguments

coc_email

Contact email address(es) for the Code of Conduct. It is recommended that you save this setting by adding a line like: options("bcgovr.coc.email" = "your.email@gov.bc.ca") to your .Rprofile. Use usethis::edit_r_profile() for an easy way to find and edit this file.

Value

TRUE (invisibly)

See Also

use_bcgov_readme(), use_bcgov_licence(), use_bcgov_contributing()


bcgov/bcgovr documentation built on Sept. 26, 2024, 10:15 a.m.