-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from nhs-r-community/add-coc-code
Added usethis code for generating CoC
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,15 @@ The best way to do this is with the {usethis} package with "gzip" compression: | |
|
||
When contributing any additions, the contributor certifies that they are the author, or has cited the author and is authorised to reuse/reference the material | ||
|
||
## Code of Conduct | ||
|
||
When contributing to the NHS-R Community GitHub's the Code of Conduct should be followed and can be found in the repository as `CODE_OF_CONDUCT.md`. | ||
This document can be generated, if missing or it is a new repository by using the {usethis} package and the following code: | ||
|
||
``` | ||
usethis::use_code_of_conduct(contact = "[email protected]") | ||
``` | ||
|
||
## Acknowledgements | ||
|
||
This contributing guide is adapted from [NHS Digital's Contributor's Guide](https://github.com/NHSDigital/software-engineering-quality-framework/blob/main/.github/CONTRIBUTING.md). |